Skip to content

Commit 7cfb1f6

Browse files
committed
update test execution
1 parent d8152ac commit 7cfb1f6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"deps:update": "pnpm update -i -L -r",
2828
"test": "vitest",
2929
"test:ui": "vitest --ui",
30-
"test:core": "turbo test --filter=@vorsteh-queue/core",
31-
"test:drizzle-postgres": "turbo test:postgres",
32-
"test:drizzle-mariadb": "turbo test:mariadb",
33-
"prune": "turbo prune --docker",
30+
"test:core": "pnpm -F core test",
31+
"test:drizzle-postgres": "pnpm -F adapter-drizzle test:postgres",
32+
"test:drizzle-mariadb": "pnpm -F adapter-drizzle test:mariadb",
3433
"cs": "changeset",
3534
"ci:publish": "pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag",
3635
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add ."

packages/adapter-drizzle/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"lint": "eslint .",
4545
"test": "vitest",
4646
"test:mariadb": "vitest --run tests/mariadb-adapter.test.ts",
47-
"test:mariadb:mock": "vitest --run tests/mariadb-mock.test.ts",
4847
"test:postgres": "vitest --run tests/drizzle-adapter.test.ts tests/utc-storage.test.ts tests/timezone-edge-cases.test.ts tests/progress.test.ts",
4948
"test:watch": "vitest --watch",
5049
"typecheck": "tsc --noEmit"

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"clean:cache": "git clean -xdf .cache",
4141
"format": "prettier --check . --ignore-path ../../.gitignore",
4242
"lint": "eslint .",
43+
"test": "vitest",
4344
"typecheck": "tsc --noEmit"
4445
},
4546
"prettier": "@vorsteh-queue/prettier-config",

0 commit comments

Comments
 (0)