mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix testem runner page
This commit is contained in:
parent
11ef342c61
commit
b939da8508
@ -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>
|
||||
|
@ -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()
|
||||
})
|
||||
*/
|
||||
})
|
||||
|
@ -1,9 +1,6 @@
|
||||
launch_in_dev:
|
||||
- Chrome
|
||||
- Firefox
|
||||
- PhantomJS
|
||||
framework:
|
||||
- QUnit
|
||||
- qunit
|
||||
test_page: "test/integration/index.html"
|
||||
src_files: "./mock-dev.js"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user