Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
🙈 remove unnecessary testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Aug 6, 2015
1 parent 5fedf0a commit be8e0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@
"eslint-plugin-babel": "2.0.x",
"babel": "5.8.x",
"babel-core": "5.8.x",
"jsdom": "6.0.x",
"mocha-jsdom": "1.0.x",
"chokidar-cli": "1.0.x"
},
"scripts": {
"build": "rm -rf build/ && babel lib/ -d build/",
"dev": "npm run build -- -w",
"lint": "eslint --ext .es6 lib/ test/",

"coverage": "rm -rf coverage/ && isparta cover _mocha -i lib/*.es6 -- -r babel/register test/setup.es6 test/lib/*.es6",
"coverage": "rm -rf coverage/ && isparta cover _mocha -i lib/*.es6 -- -r babel/register test/lib/*.es6",
"coverage-dev": "chokidar 'test/lib/*.es6' -c 'npm run coverage' --initial",
"test": "npm run lint && npm run coverage",
"travis": "npm run test && cat coverage/lcov.info | coveralls",
Expand Down
3 changes: 0 additions & 3 deletions test/setup.es6

This file was deleted.

0 comments on commit be8e0cd

Please sign in to comment.