mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
remove testem files
This commit is contained in:
parent
7fb8623568
commit
7bcca782cb
@ -1,21 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>QUnit Example</title>
|
|
||||||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="qunit"></div>
|
|
||||||
<div id="qunit-fixture"></div>
|
|
||||||
<script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
|
|
||||||
<script src="./jquery-3.1.0.min.js"></script>
|
|
||||||
<script src="./helpers.js"></script>
|
|
||||||
<script src="./test-bundle.js"></script>
|
|
||||||
<script src="/testem.js"></script>
|
|
||||||
|
|
||||||
<div id="app-content"></div>
|
|
||||||
<script src="./bundle.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,13 +0,0 @@
|
|||||||
launch_in_dev:
|
|
||||||
- Chrome
|
|
||||||
- Firefox
|
|
||||||
- Opera
|
|
||||||
launch_in_ci:
|
|
||||||
- Chrome
|
|
||||||
- Firefox
|
|
||||||
- Opera
|
|
||||||
framework:
|
|
||||||
- qunit
|
|
||||||
before_tests: "npm run mascaraCi"
|
|
||||||
after_tests: "rm ./background.js ./test-bundle.js ./bundle.js"
|
|
||||||
test_page: "./index.html"
|
|
@ -12,7 +12,7 @@ QUnit.test('render init screen', (assert) => {
|
|||||||
|
|
||||||
async function runFirstTimeUsageTest(assert, done) {
|
async function runFirstTimeUsageTest(assert, done) {
|
||||||
|
|
||||||
await timeout(10000)
|
await timeout()
|
||||||
|
|
||||||
const app = $('#app-content')
|
const app = $('#app-content')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user