File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const files = {
14
14
...cdnLinks
15
15
] ,
16
16
'docs/intro.md' : [ ...cdnLinks ] ,
17
+ 'docs/browser.md' : [ ...cdnLinks ] ,
17
18
'docs/resources/example-add.html' : [ ...cdnLinks ] ,
18
19
'docs/resources/example-fail.html' : [ ...cdnLinks ] ,
19
20
'docs/resources/example-index.html' : [ ...cdnLinks ]
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ QUnit releases are standalone and require no runtime dependencies for use in the
24
24
<html >
25
25
<meta charset =" utf-8" >
26
26
<title >QUnit</title >
27
- <link rel =" stylesheet" href =" https://code.jquery.com/qunit/qunit-2.21 .0.css" >
27
+ <link rel =" stylesheet" href =" https://code.jquery.com/qunit/qunit-2.22 .0.css" >
28
28
<body >
29
29
<div id =" qunit" ></div >
30
30
<div id =" qunit-fixture" ></div >
31
- <script src =" https://code.jquery.com/qunit/qunit-2.21 .0.js" ></script >
31
+ <script src =" https://code.jquery.com/qunit/qunit-2.22 .0.js" ></script >
32
32
<!-- <script src="your_app.test.js"></script> -->
33
33
</body >
34
34
</html >
You can’t perform that action at this time.
0 commit comments