Skip to content

Commit 82e8aff

Browse files
committed
fix(karma): change to public
1 parent d412017 commit 82e8aff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

karma.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ module.exports = function(config) {
6565
browsers: browsers,
6666
customLaunchers: customLaunchers,
6767
singleRun: true,
68+
69+
sourceLabs: {
70+
public: 'public',
71+
},
6872
concurrency: 3,
6973

7074
webpack: {

0 commit comments

Comments
 (0)