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 @@ + Your browser does not support iframes 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() }) - */ }) diff --git a/testem.yml b/testem.yml index 1d4ffd983..a02868697 100644 --- a/testem.yml +++ b/testem.yml @@ -1,9 +1,6 @@ launch_in_dev: - Chrome - Firefox - - PhantomJS framework: - - QUnit + - qunit test_page: "test/integration/index.html" -src_files: "./mock-dev.js" -
Your browser does not support iframes