|
6 | 6 | "main": "index.js",
|
7 | 7 | "types": "index.d.ts",
|
8 | 8 | "scripts": {
|
9 |
| - "test": "npm run build && npm run lint && tap test/{unit,acceptance}/{*,**/*}.test.ts", |
| 9 | + "test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts", |
10 | 10 | "test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts",
|
11 |
| - "test:acceptance": "npm run build && tap test/acceptance/*.test.ts", |
12 |
| - "test:coverage-100": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage --100", |
13 |
| - "test:coverage-report": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov", |
14 |
| - "test:coverage-ui": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage --coverage-report=html", |
| 11 | + "test:coverage-100": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --100", |
| 12 | + "test:coverage-report": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov", |
| 13 | + "test:coverage-ui": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --coverage-report=html", |
15 | 14 | "test:integration": "tsc && node test/integration/index.js",
|
16 | 15 | "lint": "ts-standard src",
|
17 | 16 | "lint:fix": "ts-standard --fix src",
|
|
0 commit comments