Skip to content

Commit

Permalink
[Tests] run tests with tape runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 18, 2020
1 parent b13bbc6 commit d19ad4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -24,10 +24,7 @@
"pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run --silent tests-only",
"posttest": "aud --production",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module && npm run --silent test:implementation",
"test:implementation": "node test/implementation",
"test:shimmed": "node test/shimmed",
"test:module": "node test/index",
"tests-only": "tape 'test/**/*.js'",
"testling": "testling --html > test.html",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
Expand Down

0 comments on commit d19ad4c

Please sign in to comment.