Skip to content

Commit 5a4d0a6

Browse files
committed
Removing test bloat
1 parent 83539c0 commit 5a4d0a6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "rollup -c",
1313
"dev": "serve build & rollup -c -w",
1414
"start": "serve public",
15-
"pretest": "npm run build && node test/script-load.js",
15+
"pretest": "npm run build",
1616
"test": "wdio test/wdio.conf.js",
1717
"prepublishOnly": "npm install && npm run build"
1818
},

test/script-load.js

-8
This file was deleted.

0 commit comments

Comments
 (0)