Skip to content

Commit cb8c749

Browse files
committed
test(auth): remove test package.json
1 parent 81fade6 commit cb8c749

File tree

3 files changed

+1
-4566
lines changed

3 files changed

+1
-4566
lines changed

packages/core/auth-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:main": "tsc -p tsconfig.json",
3333
"build:module": "tsc -p tsconfig.module.json",
3434
"test:auth": "npm run test:clean && npm run test:infra && npm run test:suite && npm run test:clean",
35-
"test:suite": "npm --prefix ./test run test",
35+
"test:suite": "jest --runInBand --coverage --config ./test/jest.config.js",
3636
"test:infra": "cd infra && docker compose down && docker compose pull && docker compose up -d && sleep 30",
3737
"test:clean": "cd infra && docker compose down",
3838
"docs": "typedoc src/index.ts --out docs/v2 --excludePrivate --excludeProtected",

0 commit comments

Comments
 (0)