WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,7 @@
"bracketSpacing": true
},
"globals": [
"NodeJS",
"jest",
"describe",
"it",
"expect",
"beforeEach",
"afterEach",
"beforeAll",
"afterAll"
"NodeJS"
]
},
"assist": {
Expand Down
21 changes: 0 additions & 21 deletions jest.config.js

This file was deleted.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"lint:check": "biome lint .",
"check": "biome check --write .",
"check:ci": "biome ci .",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"test:debug": "vitest --inspect-brk --inspect --logHeapUsage --threads=false",
"test:e2e": "vitest run --config ./test/vitest-e2e.config.ts",
"dev:web": "pnpm -C web dev",
"build:web": "pnpm -C web build"
},
Expand Down Expand Up @@ -60,17 +60,18 @@
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.1",
"@swc/core": "^1.15.3",
"@types/express": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.7",
"@types/supertest": "^6.0.2",
"jest": "^30.0.0",
"@vitest/coverage-v8": "^4.0.15",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"unplugin-swc": "^1.5.9",
"vitest": "^4.0.15"
}
}
Loading
Loading