Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 226218c

Browse files
committed
chore(karma.conf): include dist/select.css
This sets proper element size during testing And doesn't break the rest of the test Tests for scroll position depend on these styles
1 parent d93316f commit 226218c

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
@@ -15,6 +15,7 @@ module.exports = function(config) {
1515
'node_modules/angular-mocks/angular-mocks.js',
1616

1717
'dist/select.js',
18+
'dist/select.css',
1819
'test/helpers.js',
1920
'test/**/*.spec.js'
2021
],

0 commit comments

Comments
 (0)