This repository was archived by the owner on Jul 8, 2020. It is now read-only.
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ok 1 add > should add two numbers
67
67
68
68
## Current Release
69
69
70
- <p class =" current-release " >v2.5 .1 (<a href =" https://github.com/qunitjs/qunit/blob/2.5 .1/History.md " >changelog</a >)</p >
70
+ <p class =" current-release " >v2.10 .1 (<a href =" https://github.com/qunitjs/qunit/blob/2.10 .1/History.md " >changelog</a >)</p >
71
71
72
72
<div class =" example-results " markdown =" 1 " >
73
73
@@ -80,7 +80,7 @@ These are the officially supported download channels for QUnit releases:
80
80
* npm: ` npm install --save-dev qunit `
81
81
* Yarn: ` yarn add --dev qunit `
82
82
* Bower: ` bower install --save-dev qunit `
83
- * CDN: [ ` qunit-2.5 .1.js ` ] ( https://code.jquery.com/qunit/qunit-2.5 .1.js ) & [ ` qunit-2.5 .1.css ` ] ( https://code.jquery.com/qunit/qunit-2.5 .1.css )
83
+ * CDN: [ ` qunit-2.10 .1.js ` ] ( https://code.jquery.com/qunit/qunit-2.10 .1.js ) & [ ` qunit-2.10 .1.css ` ] ( https://code.jquery.com/qunit/qunit-2.10 .1.css )
84
84
85
85
</div >
86
86
Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ Start by creating a new HTML file called `tests.html` and include the following
102
102
<meta charset =" utf-8" >
103
103
<meta name =" viewport" content =" width=device-width" >
104
104
<title >Test Suite</title >
105
- <link rel =" stylesheet" href =" https://code.jquery.com/qunit/qunit-2.5 .1.css" >
105
+ <link rel =" stylesheet" href =" https://code.jquery.com/qunit/qunit-2.10 .1.css" >
106
106
</head >
107
107
<body >
108
108
<div id =" qunit" ></div >
109
109
<div id =" qunit-fixture" ></div >
110
- <script src =" https://code.jquery.com/qunit/qunit-2.5 .1.js" ></script >
110
+ <script src =" https://code.jquery.com/qunit/qunit-2.10 .1.js" ></script >
111
111
</body >
112
112
</html >
113
113
```
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width ">
6
6
< title > QUnit Example</ title >
7
- < link rel ="stylesheet " href ="https://code.jquery.com/qunit/qunit-2.5 .1.css ">
7
+ < link rel ="stylesheet " href ="https://code.jquery.com/qunit/qunit-2.10 .1.css ">
8
8
</ head >
9
9
< body >
10
10
< div id ="qunit "> </ div >
11
11
< div id ="qunit-fixture "> </ div >
12
- < script src ="https://code.jquery.com/qunit/qunit-2.5 .1.js "> </ script >
12
+ < script src ="https://code.jquery.com/qunit/qunit-2.10 .1.js "> </ script >
13
13
< script >
14
14
const add = ( a , b ) => a + b ;
15
15
QUnit . module ( 'add' , function ( ) {
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width ">
6
6
< title > Test Suite</ title >
7
- < link rel ="stylesheet " href ="https://code.jquery.com/qunit/qunit-2.5 .1.css ">
7
+ < link rel ="stylesheet " href ="https://code.jquery.com/qunit/qunit-2.10 .1.css ">
8
8
</ head >
9
9
< body >
10
10
< div id ="qunit "> </ div >
11
11
< div id ="qunit-fixture "> </ div >
12
- < script src ="https://code.jquery.com/qunit/qunit-2.5 .1.js "> </ script >
12
+ < script src ="https://code.jquery.com/qunit/qunit-2.10 .1.js "> </ script >
13
13
< script >
14
14
const add = ( a , b ) => a + b ;
15
15
QUnit . module ( 'add' , function ( ) {
You can’t perform that action at this time.
0 commit comments