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" |
|
Loading…
Reference in new issue