Skip to content

Commit f768729

Browse files
committed
chore(karma): Updates karma.conf.js file
1 parent 1b85524 commit f768729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ module.exports = function(config) {
2929
'src/utils/fetch.js',
3030
'src/utils/notifier.js',
3131
'src/pacer.js',
32-
'src/toolbar_button.js',
32+
{ pattern: 'src/utils/url_and_cookie_helpers.js', type: 'module' },
33+
{ pattern: 'src/utils/toolbar_button.js', type: 'module' },
3334
'src/utils.js',
3435
'src/action_button.js',
3536
'src/pdf_upload.js',

0 commit comments

Comments
 (0)