|
13 | 13 | "scripts": {
|
14 | 14 | "build": "ethereumjs-config-ts-build",
|
15 | 15 | "prepublishOnly": "npm run test && npm run build",
|
| 16 | + "coverage": "ethereumjs-config-coverage", |
16 | 17 | "docs:build": "npx typedoc --options typedoc.js",
|
17 | 18 | "lint": "ethereumjs-config-lint",
|
18 | 19 | "lint:fix": "ethereumjs-config-lint-fix",
|
19 | 20 | "test": "npm run test:node && npm run test:browser",
|
20 | 21 | "test:browser": "karma start karma.conf.js",
|
21 |
| - "test:node": "nyc --reporter=lcov mocha --require ts-node/register 'test/*.spec.ts'", |
| 22 | + "test:node": "tape -r ts-node/register test/*.spec.ts", |
22 | 23 | "tsc": "ethereumjs-config-tsc"
|
23 | 24 | },
|
24 | 25 | "husky": {
|
|
97 | 98 | "@ethereumjs/config-typescript": "^2.0.0",
|
98 | 99 | "@ethereumjs/eslint-config-defaults": "^2.0.0",
|
99 | 100 | "@types/assert": "^1.5.4",
|
100 |
| - "@types/mocha": "^8.2.0", |
101 | 101 | "@types/node": "^11.9.0",
|
102 | 102 | "@types/secp256k1": "^4.0.1",
|
| 103 | + "@types/tape": "^4.13.0", |
103 | 104 | "husky": "^2.1.0",
|
104 | 105 | "karma": "^5.0.2",
|
105 | 106 | "karma-chrome-launcher": "^2.0.0",
|
106 | 107 | "karma-firefox-launcher": "^1.0.0",
|
107 |
| - "karma-mocha": "^2.0.0", |
| 108 | + "karma-tap": "^4.2.0", |
108 | 109 | "karma-typescript": "^4.1.1",
|
109 |
| - "mocha": "^8.2.1", |
110 | 110 | "nyc": "^15.0.0",
|
111 | 111 | "prettier": "^1.15.3",
|
| 112 | + "tape": "^5.2.2", |
112 | 113 | "ts-node": "^8.6.2",
|
113 | 114 | "typedoc": "next",
|
114 | 115 | "typedoc-plugin-markdown": "^2.2.16",
|
|
0 commit comments