mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-13 03:18:54 +08:00
fixed underscore path
Signed-off-by: fnuesse <felix.nuesse@t-online.de> fixed underscore path Signed-off-by: fnuesse <felix.nuesse@t-online.de> fixed underscore path Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
34917099bf
commit
1d79a08ab7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = function (config) {
|
||||||
// list of files / patterns to load in the browser
|
// list of files / patterns to load in the browser
|
||||||
files: [
|
files: [
|
||||||
'../../core/vendor/jquery/dist/jquery.js',
|
'../../core/vendor/jquery/dist/jquery.js',
|
||||||
'../../core/vendor/underscore/underscore.js',
|
'../../core/vendor/underscore/underscore-min.js',
|
||||||
'js/vendor/angular/angular.min.js',
|
'js/vendor/angular/angular.min.js',
|
||||||
'tests/unit/js/mocks/*.js',
|
'tests/unit/js/mocks/*.js',
|
||||||
'js/vendor/angular-mocks/angular-mocks.js',
|
'js/vendor/angular-mocks/angular-mocks.js',
|
||||||
|
|
Loading…
Reference in a new issue