mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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="./jquery-3.1.0.min.js"></script>
|
||||||
<script src="helpers.js"></script>
|
<script src="helpers.js"></script>
|
||||||
<script src="tests.js"></script>
|
<script src="tests.js"></script>
|
||||||
|
<script src="/testem.js"></script>
|
||||||
|
|
||||||
<iframe src="/development/index.html" height="500px" width="360px">
|
<iframe src="/development/index.html" height="500px" width="360px">
|
||||||
<p>Your browser does not support iframes</p>
|
<p>Your browser does not support iframes</p>
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
QUnit.test('agree to terms', function (assert) {
|
QUnit.test('agree to terms', function (assert) {
|
||||||
assert.equal(1, 1)
|
|
||||||
/*
|
|
||||||
var done = assert.async()
|
var done = assert.async()
|
||||||
|
|
||||||
// Select the mock app root
|
// Select the mock app root
|
||||||
@ -20,5 +18,4 @@ QUnit.test('agree to terms', function (assert) {
|
|||||||
|
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
*/
|
|
||||||
})
|
})
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
launch_in_dev:
|
launch_in_dev:
|
||||||
- Chrome
|
- Chrome
|
||||||
- Firefox
|
- Firefox
|
||||||
- PhantomJS
|
|
||||||
framework:
|
framework:
|
||||||
- QUnit
|
- qunit
|
||||||
test_page: "test/integration/index.html"
|
test_page: "test/integration/index.html"
|
||||||
src_files: "./mock-dev.js"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user