Skip to content

Commit b15815e

Browse files
mportugadlgski
authored andcommitted
fix(build): Adding file paths for proxies. (#5853)
* fix(build): Excluding css file from karma test. Getting rid of 404 errors by excluding the css file from the karma test. * fix(build): Adding proxis to karma.conf.js Ensuring font files don't return a 404 during karma tests. * fix(build): Adding file paths for proxies. Trying to prevent socket hang up errors.
1 parent 20f3023 commit b15815e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function(config) {
3030
'src/features/**/test/**/*.spec.js',
3131

3232
'dist/release/ui-grid.css',
33+
'src/font/*',
3334

3435
'.tmp/template.js' // templates
3536
],

0 commit comments

Comments
 (0)