aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/index.html1
-rw-r--r--test/integration/tests.js3
2 files changed, 1 insertions, 3 deletions
diff --git a/test/integration/index.html b/test/integration/index.html
index 1a2cbd553..6de40b046 100644
--- a/test/integration/index.html
+++ b/test/integration/index.html
@@ -13,6 +13,7 @@
<script src="./jquery-3.1.0.min.js"></script>
<script src="helpers.js"></script>
<script src="tests.js"></script>
+ <script src="/testem.js"></script>
<iframe src="/development/index.html" height="500px" width="360px">
<p>Your browser does not support iframes</p>
diff --git a/test/integration/tests.js b/test/integration/tests.js
index d11574a8a..a3f3cd294 100644
--- a/test/integration/tests.js
+++ b/test/integration/tests.js
@@ -1,6 +1,4 @@
QUnit.test('agree to terms', function (assert) {
- assert.equal(1, 1)
- /*
var done = assert.async()
// Select the mock app root
@@ -20,5 +18,4 @@ QUnit.test('agree to terms', function (assert) {
done()
})
- */
})