|
6 | 6 | "cli": "node ./packages/git-proxy-cli/index.js",
|
7 | 7 | "client": "vite --config vite.config.js",
|
8 | 8 | "clientinstall": "npm install --prefix client",
|
9 |
| - "server": "ts-node index.ts", |
| 9 | + "server": "tsx index.ts", |
10 | 10 | "start": "concurrently \"npm run server\" \"npm run client\"",
|
11 | 11 | "build": "vite build",
|
12 | 12 | "build-ts": "tsc",
|
13 |
| - "test": "NODE_ENV=test mocha --exit", |
| 13 | + "test": "NODE_ENV=test ts-mocha --exit", |
14 | 14 | "test-coverage": "nyc npm run test",
|
15 | 15 | "test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
|
16 | 16 | "prepare": "node ./scripts/prepare.js",
|
|
80 | 80 | "@babel/preset-react": "^7.22.5",
|
81 | 81 | "@commitlint/cli": "^19.0.0",
|
82 | 82 | "@commitlint/config-conventional": "^19.0.0",
|
| 83 | + "@types/expect": "^1.20.4", |
83 | 84 | "@types/lodash": "^4.17.15",
|
84 | 85 | "@types/mocha": "^10.0.10",
|
85 | 86 | "@types/node": "^22.13.5",
|
|
100 | 101 | "nyc": "^17.0.0",
|
101 | 102 | "prettier": "^3.0.0",
|
102 | 103 | "sinon": "^19.0.2",
|
| 104 | + "ts-mocha": "^11.1.0", |
103 | 105 | "ts-node": "^10.9.2",
|
| 106 | + "tsconfig-paths": "^4.2.0", |
| 107 | + "tsx": "^4.19.3", |
104 | 108 | "typescript": "^5.7.3",
|
105 | 109 | "vite": "^4.4.2",
|
106 | 110 | "vite-tsconfig-paths": "^5.1.4"
|
|
0 commit comments