mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 04:01:42 +00:00
Serve underscore in karma tests
Because of the way that we're using underscore in the ES bundle (using the global), we need to include underscore globally
This commit is contained in:
parent
b417516c7f
commit
1d6dd06b88
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = function (config) {
|
|||
'public/js/libs/angular-1.6.4.min.js',
|
||||
'public/js/libs/angular-mocks.js',
|
||||
'public/js/libs/jquery-1.11.1.min.js',
|
||||
'public/js/libs/underscore-1.3.3.js',
|
||||
// Set up requirejs
|
||||
'test/unit_frontend/js/test-main.js',
|
||||
// Include source & test files, but don't "include" them as requirejs
|
||||
|
|
Loading…
Reference in a new issue