Skip to content

Commit

Permalink
rewrite CommonJS entry points tests from LiveScript to JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 27, 2017
1 parent 7b51743 commit 26dd41f
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 323 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint ./",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && node tests/commonjs"
},
"license": "MIT",
"keywords": [
Expand Down
Loading

0 comments on commit 26dd41f

Please sign in to comment.