Testing query-params.js with tape
Showing
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "Minimalistic browser-based Solidity IDE", | "description": "Minimalistic browser-based Solidity IDE", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "node test/index.js", | ||
"build": "mkdir -p build; browserify src/index.js -o build/app.js", | "build": "mkdir -p build; browserify src/index.js -o build/app.js", | ||
"lint": "semistandard" | "lint": "semistandard" | ||
}, | }, | ||
... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
"jquery": "^2.2.0", | "jquery": "^2.2.0", | ||
"js-base64": "^2.1.9", | "js-base64": "^2.1.9", | ||
"semistandard": "^7.0.0", | "semistandard": "^7.0.0", | ||
"tape": "^4.5.1", | |||
"web3": "^0.15.3", | "web3": "^0.15.3", | ||
"webworkify": "^1.2.1" | "webworkify": "^1.2.1" | ||
}, | }, | ||
... | ... |
test/index.js
0 → 100644
test/query-params-test.js
0 → 100644
Please
register
or
sign in
to comment