diff options
Diffstat (limited to 'node_modules/is-object/.testem.json')
-rw-r--r-- | node_modules/is-object/.testem.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/is-object/.testem.json b/node_modules/is-object/.testem.json new file mode 100644 index 0000000..287edfe --- /dev/null +++ b/node_modules/is-object/.testem.json @@ -0,0 +1,14 @@ +{ + "launchers": { + "node": { + "command": "node ./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"] +} |