|
16 | 16 | "docs:generate": "node --experimental-strip-types scripts/generate-docs.ts", |
17 | 17 | "start": "npm run build && node build/src/index.js", |
18 | 18 | "start-debug": "DEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/index.js", |
19 | | - "test:node20": "node --import ./build/tests/setup.js --test-reporter spec --test-force-exit --test build/tests", |
20 | | - "test:no-build": "node --import ./build/tests/setup.js --no-warnings=ExperimentalWarning --experimental-print-required-tla --test-reporter spec --test-force-exit --test \"build/tests/**/*.test.js\"", |
21 | | - "test": "npm run build && npm run test:no-build", |
22 | | - "test:only": "npm run build && npm run test:only:no-build", |
23 | | - "test:only:no-build": "node --import ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-reporter spec --test-force-exit --test --test-only \"build/tests/**/*.test.js\"", |
24 | | - "test:update-snapshots": "npm run build && node --import ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-force-exit --test --test-update-snapshots \"build/tests/**/*.test.js\"", |
| 19 | + "test": "npm run build && node scripts/test.mjs", |
| 20 | + "test:no-build": "node scripts/test.mjs", |
| 21 | + "test:only": "npm run build && node scripts/test.mjs --test-only", |
| 22 | + "test:update-snapshots": "npm run build && node scripts/test.mjs --test-update-snapshots", |
25 | 23 | "prepare": "node --experimental-strip-types scripts/prepare.ts", |
26 | 24 | "verify-server-json-version": "node --experimental-strip-types scripts/verify-server-json-version.ts" |
27 | 25 | }, |
|
53 | 51 | "@types/yargs": "^17.0.33", |
54 | 52 | "@typescript-eslint/eslint-plugin": "^8.43.0", |
55 | 53 | "@typescript-eslint/parser": "^8.43.0", |
56 | | - "chrome-devtools-frontend": "1.0.1566234", |
| 54 | + "chrome-devtools-frontend": "1.0.1567721", |
57 | 55 | "core-js": "3.47.0", |
58 | 56 | "debug": "4.4.3", |
59 | 57 | "eslint": "^9.35.0", |
|
0 commit comments