Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 50352d6

Browse files
committed
Manual merge #322
1 parent b22145f commit 50352d6

25 files changed

+6213
-3587
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prepublish": "npm run build",
1515
"test": "nyc --reporter=lcov ava test/unit/**.test.js --verbose",
1616
"parse-tck": "babel-node test/helpers/tck/parseTck.js",
17-
"test-tck": "nyc ava --fail-fast test/tck/*.test.js",
17+
"test-tck": "nyc ava --fail-fast test/unit/filterTests.test.js",
1818
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
1919
"test-all": "nyc ava --verbose",
2020
"test-isolated": "nyc ava test/**/*.test.js --verbose --match='!*not-isolated*'",

0 commit comments

Comments
 (0)