Skip to content

Commit cae75a9

Browse files
committed
Drop references to acceptance tests
They were removed in 1a22745
1 parent 030a2df commit cae75a9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"main": "index.js",
77
"types": "index.d.ts",
88
"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",
1010
"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",
1514
"test:integration": "tsc && node test/integration/index.js",
1615
"lint": "ts-standard src",
1716
"lint:fix": "ts-standard --fix src",

0 commit comments

Comments
 (0)