diff options
Fix testem runner page
Diffstat (limited to 'test/integration/tests.js')
-rw-r--r-- | test/integration/tests.js | 3 |
1 files changed, 0 insertions, 3 deletions
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() }) - */ }) |