File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010 options : {
1111 httpBase : 'http://127.0.0.1:9998'
1212 } ,
13- src : [ 'test/index.html' , 'test/amd.html' ]
13+ src : [ 'test/index.html' , 'test/encoding.html' , 'test/ amd.html']
1414 }
1515 } ,
1616 nodeunit : {
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > JavaScript Cookie Test Suite - Encoding</ title >
6+ < link href ="../node_modules/qunitjs/qunit/qunit.css " rel ="stylesheet ">
7+ < script src ="../node_modules/qunitjs/qunit/qunit.js "> </ script >
8+ < script src ="../src/js.cookie.js "> </ script >
9+ < script src ="utils.js "> </ script >
10+ < script src ="encoding.js "> </ script >
11+ </ head >
12+ < body >
13+ < div id ="qunit "> </ div >
14+ < div id ="qunit-fixture "> </ div >
15+ </ body >
16+ </ html >
Original file line number Diff line number Diff line change 1010 < script src ="polyfill.js "> </ script >
1111 < script src ="utils.js "> </ script >
1212 < script src ="tests.js "> </ script >
13- < script src ="encoding.js "> </ script >
1413 </ head >
1514 < body >
1615 < div id ="qunit "> </ div >
You can’t perform that action at this time.
0 commit comments