aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr8
1 files changed, 0 insertions, 8 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr b/vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr
deleted file mode 100644
index 5324db6c..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/xmlhttprequest/autotest.watchr
+++ /dev/null
@@ -1,8 +0,0 @@
-def run_all_tests
- puts `clear`
- puts `node tests/test-constants.js`
- puts `node tests/test-headers.js`
- puts `node tests/test-request.js`
-end
-watch('.*.js') { run_all_tests }
-run_all_tests