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

Commit ad7ab24

Browse files
committed
fix(tests): test_scopes should use scoped angular libs 💣
1 parent 09a334c commit ad7ab24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ module.exports = function (config) {
144144

145145
// list of files / patterns to load in the browser
146146
files : [
147-
'bower_components/angular/angular.js',
148-
'bower_components/angular-mocks/angular-mocks.js',
147+
injectByScope(scope, 'angular/angular.js'),
148+
injectByScope(scope, 'angular-mocks/angular-mocks.js'),
149149
'node_modules/babel-polyfill/browser.js',
150150
'test/unit/test_index.js',
151151
],

0 commit comments

Comments
 (0)