Skip to content

Commit

Permalink
Refactor to split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 5, 2016
1 parent 4881d25 commit e3d0236
Show file tree
Hide file tree
Showing 29 changed files with 1,327 additions and 771 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test.js",
"test-coverage": "istanbul cover test.js",
"test-api": "node test",
"test-coverage": "istanbul cover test",
"test": "npm run build && npm run lint && npm run test-coverage"
},
"xo": {
Expand Down
Loading

0 comments on commit e3d0236

Please sign in to comment.