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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/bundlers/browserify/index.html b/test/bundlers/browserify/index.html
index dc76f31..5374871 100644
--- a/test/bundlers/browserify/index.html
+++ b/test/bundlers/browserify/index.html
@@ -1,11 +1,13 @@
<!doctype html>
<head>
- <link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
- <script src="../../node_modules/mocha/mocha.js" type="text/javascript"></script>
+ <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({