Skip to content

Commit

Permalink
[Tests] Add npm run testling and test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 22, 2016
1 parent b2c3f0f commit f281bef
Show file tree
Hide file tree
Showing 2 changed files with 14,344 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"test:implementation": "node test/implementation",
"test:shimmed": "node test/shimmed",
"test:module": "node test/index",
"testling": "testling --html > test.html",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "eslint test/*.js *.js",
Expand Down

0 comments on commit f281bef

Please sign in to comment.