summaryrefslogtreecommitdiffstats
path: root/node_modules/console-browserify/.testem.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/console-browserify/.testem.json')
-rw-r--r--node_modules/console-browserify/.testem.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/console-browserify/.testem.json b/node_modules/console-browserify/.testem.json
deleted file mode 100644
index 633c2ba..0000000
--- a/node_modules/console-browserify/.testem.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "launchers": {
- "node": {
- "command": "npm test"
- }
- },
- "src_files": [
- "./**/*.js"
- ],
- "before_tests": "npm run build",
- "on_exit": "rm test/static/bundle.js",
- "test_page": "test/static/index.html",
- "launch_in_dev": ["node", "phantomjs"]
-}