|
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": "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\"", |
| 35 | + "test": "node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"", |
| 36 | + "test:only": "node --import tsx/esm --test --test-only --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"", |
| 37 | + "test:github": "node --import tsx/esm --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=@nomicfoundation/hardhat-node-test-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=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"", |
39 | 39 | "pretest": "pnpm build",
|
40 | 40 | "build": "tsc --build .",
|
41 | 41 | "prepublishOnly": "pnpm build",
|
|
53 | 53 | "@microsoft/api-extractor": "^7.43.4",
|
54 | 54 | "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
|
55 | 55 | "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
|
| 56 | + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", |
56 | 57 | "@reporters/github": "^1.7.0",
|
57 | 58 | "@types/node": "^20.0.0",
|
58 | 59 | "@types/semver": "^7.5.8",
|
59 | 60 | "@typescript-eslint/eslint-plugin": "^7.7.1",
|
60 | 61 | "@typescript-eslint/parser": "^7.7.1",
|
61 |
| - "@voxpelli/node-test-pretty-reporter": "^1.1.1", |
62 | 62 | "c8": "^9.1.0",
|
63 | 63 | "eslint": "8.57.0",
|
64 | 64 | "eslint-config-prettier": "9.1.0",
|
|
0 commit comments