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/browser/index.html')
-rw-r--r--test/browser/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/browser/index.html b/test/browser/index.html
new file mode 100644
index 0000000..46d63d9
--- /dev/null
+++ b/test/browser/index.html
@@ -0,0 +1,9 @@
+<!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="browseroutput.js" type="text/javascript"></script>
+</head>
+<body>
+ <div id="mocha"></div>
+</body> \ No newline at end of file