We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b86cd commit 54b58b2Copy full SHA for 54b58b2
package.json
@@ -55,6 +55,7 @@
55
"karma": "^1.4.1",
56
"karma-browserify": "^5.1.1",
57
"karma-chrome-launcher": "^2.0.0",
58
+ "karma-chrome-css": "^0.11.0",
59
"karma-cli": "^1.0.1",
60
"karma-coverage": "^1.1.1",
61
"karma-jasmine": "^1.1.0",
test/karma.conf.js
@@ -15,7 +15,10 @@ module.exports = function (config) {
15
16
browserify: {
17
debug: true,
18
- transform: ['browserify-istanbul']
+ transform: [
19
+ require('browserify-css'),
20
+ require('browserify-istanbul')
21
+ ]
22
},
23
24
// list of files patterns to load in the browser
0 commit comments