File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1818 "autoprefixer" : " ^9.1.5" ,
1919 "bootstrap" : " ^4.0.0" ,
2020 "browser-sync" : " ~2.9.10" ,
21+ "chai" : " ^4.1.2" ,
2122 "colors" : " ^1.3.2" ,
2223 "cookiejar" : " 1.3.0" ,
2324 "cz-conventional-changelog" : " 1.2.0" ,
5556 "jshint" : " 2.8.0" ,
5657 "jshint-stylish" : " ^2.2.1" ,
5758 "karma" : " ^1.3.0" ,
59+ "karma-chai" : " ^0.1.0" ,
5860 "karma-chrome-launcher" : " ^2.0.0" ,
5961 "karma-firefox-launcher" : " ^1.0.0" ,
6062 "karma-html2js-preprocessor" : " ^1.1.0" ,
6163 "karma-junit-reporter" : " ^1.1.0" ,
64+ "karma-mocha" : " ^1.3.0" ,
6265 "karma-qunit" : " ^1.2.1" ,
66+ "karma-spec-reporter" : " 0.0.32" ,
6367 "lazypipe" : " ~1.0.1" ,
6468 "less" : " ^3.8.1" ,
6569 "merge2" : " ~0.3.6" ,
70+ "mocha" : " ^5.2.0" ,
6671 "optimist" : " 0.3.7" ,
6772 "postcss" : " ^7.0.2" ,
6873 "postcss-calc" : " ^6.0.1" ,
98103 "nonew" : true ,
99104 "globals" : {
100105 "JSON" : true ,
101- "QUnit " : true ,
106+ "Mocha " : true ,
102107 "Promise" : true ,
103108 "Symbol" : true ,
109+ "assert" : true ,
110+ "describe" : true ,
111+ "beforeEach" : true ,
112+ "afterEach" : true ,
104113 "test" : true ,
105114 "asyncTest" : true ,
106115 "module" : true ,
You can’t perform that action at this time.
0 commit comments