Fix testem runner page

This commit is contained in:
Dan Finlay 2016-07-22 16:52:01 -07:00
parent 11ef342c61
commit b939da8508
3 changed files with 2 additions and 7 deletions

View File

@ -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>

View File

@ -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()
})
*/
})

View File

@ -1,9 +1,6 @@
launch_in_dev:
- Chrome
- Firefox
- PhantomJS
framework:
- QUnit
- qunit
test_page: "test/integration/index.html"
src_files: "./mock-dev.js"