Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/bundlers/browserify/index.html')
-rw-r--r--test/bundlers/browserify/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/bundlers/browserify/index.html b/test/bundlers/browserify/index.html
deleted file mode 100644
index 5374871..0000000
--- a/test/bundlers/browserify/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<head>
- <link rel="stylesheet" href="../../../node_modules/mocha/mocha.css" />
- <script src="../../../node_modules/mocha/mocha.js" type="text/javascript"></script>
- <script src="../../testHelpers/browserShims.js" type="text/javascript"></script>
- <script src="bundle.js" type="text/javascript"></script>
-</head>
-<body>
- <script type="text/javascript">
- var testEnv = "browserify";
- window.onload = function () {
- console.log("These tests will only work in all browsers with the console open");
- mocha.setup({
- ui: 'bdd',
- globals: [ 'someGlobalVar' ]
- });
- enableTests();
- mocha.run();
- };
- </script>
- <div id="mocha"></div>
-</body> \ No newline at end of file