Skip to content

Commit

Permalink
Removing test bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed May 10, 2018
1 parent 83539c0 commit 5a4d0a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"build": "rollup -c",
"dev": "serve build & rollup -c -w",
"start": "serve public",
"pretest": "npm run build && node test/script-load.js",
"pretest": "npm run build",
"test": "wdio test/wdio.conf.js",
"prepublishOnly": "npm install && npm run build"
},
Expand Down
8 changes: 0 additions & 8 deletions test/script-load.js

This file was deleted.

0 comments on commit 5a4d0a6

Please sign in to comment.