Skip to content

Commit cbde4f1

Browse files
committed
chore(tests): adds styles to test configuration
1 parent 7f8c622 commit cbde4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = function(config) {
2323
'src/module.js',
2424
'src/module/**/*.js',
2525
'src/plugins/*.js',
26+
'src/styles/*.js',
2627

2728
// tests
2829
{ pattern: 'test/**/*spec.js', included: false },

0 commit comments

Comments
 (0)