aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js
deleted file mode 100644
index 36beb89a..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/examples-test.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * examples.js: Tests which ensure all examples do not throw errors.
- *
- * (C) 2010, Charlie Robbins
- *
- */
-
-var vows = require('vows')
- macros = require('./macros'),
- examples = macros.examples;
-
-//
-// Suppress `EADDRINUSE` errors since
-// we are just checking for require-time errors
-//
-process.on('uncaughtException', function (err) {
- if (err.code !== 'EADDRINUSE') {
- throw err;
- }
-});
-
-vows.describe('node-http-proxy/examples').addBatch(
- examples.shouldHaveDeps()
-).addBatch(
- examples.shouldHaveNoErrors()
-).export(module); \ No newline at end of file