|
32 | 32 | "lint:fix": "pnpm prettier --write && pnpm eslint --fix",
|
33 | 33 | "eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
34 | 34 | "prettier": "prettier \"**/*.{ts,js,md,json}\"",
|
35 |
| - "test": "glob --cmd=\"node --import tsx/esm --test --test-reporter=@voxpelli/node-test-pretty-reporter\" \"test/**/*.ts\"", |
36 |
| - "test:only": "glob --cmd=\"node --import tsx/esm --test --test-only --test-reporter=@voxpelli/node-test-pretty-reporter\" \"test/**/*.ts\"", |
37 |
| - "test:github": "glob --cmd=\"node --import tsx/esm --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=@voxpelli/node-test-pretty-reporter --test-reporter-destination=stdout\" \"test/**/*.ts\"", |
38 |
| - "test:coverage": "c8 --reporter html --reporter text --all --src src glob --cmd=\"node --import tsx/esm --test --test-reporter=@voxpelli/node-test-pretty-reporter\" \"test/**/*.ts\"", |
| 35 | + "test": "node --import tsx/esm --test --test-reporter=@voxpelli/node-test-pretty-reporter \"test/**/*.ts\"", |
| 36 | + "test:only": "node --import tsx/esm --test --test-only --test-reporter=@voxpelli/node-test-pretty-reporter \"test/**/*.ts\"", |
| 37 | + "test:github": "node --import tsx/esm --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=@voxpelli/node-test-pretty-reporter --test-reporter-destination=stdout \"test/**/*.ts\"", |
| 38 | + "test:coverage": "c8 --reporter html --reporter text --all --src src glob node --import tsx/esm --test --test-reporter=@voxpelli/node-test-pretty-reporter \"test/**/*.ts\"", |
39 | 39 | "pretest": "pnpm build",
|
40 | 40 | "build": "tsc --build .",
|
41 | 41 | "prepublishOnly": "pnpm build",
|
|
66 | 66 | "eslint-plugin-import": "2.29.1",
|
67 | 67 | "eslint-plugin-no-only-tests": "3.1.0",
|
68 | 68 | "expect-type": "^0.19.0",
|
69 |
| - "glob": "^10.3.12", |
70 | 69 | "madge": "^7.0.0",
|
71 | 70 | "prettier": "3.2.5",
|
72 | 71 | "rimraf": "^5.0.5",
|
|
0 commit comments