Skip to content

Commit e3d0236

Browse files
committed
Refactor to split tests
1 parent 4881d25 commit e3d0236

29 files changed

+1327
-771
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js",
5151
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
5252
"lint": "xo",
53-
"test-api": "node test.js",
54-
"test-coverage": "istanbul cover test.js",
53+
"test-api": "node test",
54+
"test-coverage": "istanbul cover test",
5555
"test": "npm run build && npm run lint && npm run test-coverage"
5656
},
5757
"xo": {

0 commit comments

Comments
 (0)