aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/index.html
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-04-27 21:25:00 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-04-28 20:11:05 +0800
commite7e0919d7c76c818590df4435db0152298298bd9 (patch)
tree983ecff23851d9abb2633b28210e7401becf15a3 /mascara/test/index.html
parente7c7c85791377bdd55042e6a4b026f4424230408 (diff)
downloadtangerine-wallet-browser-e7e0919d7c76c818590df4435db0152298298bd9.tar.gz
tangerine-wallet-browser-e7e0919d7c76c818590df4435db0152298298bd9.tar.zst
tangerine-wallet-browser-e7e0919d7c76c818590df4435db0152298298bd9.zip
Setup test enviroment for mascara
Diffstat (limited to 'mascara/test/index.html')
-rw-r--r--mascara/test/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/mascara/test/index.html b/mascara/test/index.html
new file mode 100644
index 000000000..abd985121
--- /dev/null
+++ b/mascara/test/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>QUnit Example</title>
+ <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
+</head>
+<body>
+ <div id="qunit"></div>
+ <div id="qunit-fixture"></div>
+ <script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
+ <script src="./jquery-3.1.0.min.js"></script>
+ <script src="./helpers.js"></script>
+ <script src="./test-bundle.js"></script>
+ <script src="/testem.js"></script>
+ <script src="./bundle.js"></script>
+ <div id="app-content"></div>
+</body>
+</html>