Skip to content

Commit

Permalink
Removes browserify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Oct 28, 2015
1 parent 24f6e1f commit 03ee982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
"build-debug": "browserify src/clipboard.js -s Clipboard -p [bannerify --file .banner ] -o dist/clipboard.js",
"build-min": "uglifyjs dist/clipboard.js --comments '/!/' -m screw_ie8=true -c screw_ie8=true,unused=false -o dist/clipboard.min.js",
"build-watch": "watchify src/clipboard.js -s Clipboard -o dist/clipboard.js -v",
"test": "npm run test-browser && npm run test-server",
"test-browser": "karma start --single-run",
"test-server": "mocha test/module-systems.js",
"test": "karma start --single-run",
"prepublish": "babel src --out-dir lib --loose all"
}
}
15 changes: 0 additions & 15 deletions test/module-systems.js

This file was deleted.

0 comments on commit 03ee982

Please sign in to comment.