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

Commit 832af32

Browse files
committed
fix(test): resolve jquery via require.resolve
1 parent f6abe85 commit 832af32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(config) {
1919

2020
// list of files / patterns to load in the browser
2121
files: [
22-
'node_modules/jquery/jquery.min.js',
22+
require.resolve('jquery'),
2323
'node_modules/angular/angular.js',
2424
'node_modules/angular-mocks/angular-mocks.js',
2525
'src/index.js',

0 commit comments

Comments
 (0)