Skip to content

Commit

Permalink
update test task names
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Feb 2, 2024
1 parent 79bcf60 commit 8c9d7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/analytics-web/app/api/event/route.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { describe, expect, vi, it, afterEach } from "vitest";
import { testApiHandler } from "next-test-api-route-handler";
import insertEvent from "~/db/insertEvent";
import * as appHandler from "./route";
import { analyticsEvent } from "@codaco/analytics";

Expand Down
4 changes: 2 additions & 2 deletions apps/analytics-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:watch": "vitest --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"generate": "npx drizzle-kit generate:pg",
"migrate": "npx tsx scripts/migrate.ts",
"seed": "pnpm run generate && pnpm run migrate && npx tsx scripts/seed.ts"
Expand Down

0 comments on commit 8c9d7dd

Please sign in to comment.