Skip to content

Commit e7f132e

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 6bcf324 commit e7f132e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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",
@@ -55,14 +56,18 @@
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",
@@ -98,9 +103,13 @@
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,

0 commit comments

Comments
 (0)