mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 00:32:32 +00:00
Added angular mocks for testing and stub out globals
This commit is contained in:
parent
d37b238c9e
commit
0b77e97df2
2 changed files with 3201 additions and 0 deletions
services/web
3197
services/web/public/js/libs/angular-mocks.js
vendored
Normal file
3197
services/web/public/js/libs/angular-mocks.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
4
services/web/test/unit_frontend/coffee/bootstrap.coffee
Normal file
4
services/web/test/unit_frontend/coffee/bootstrap.coffee
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Stub out some globals
|
||||
window.sharelatex = {
|
||||
sixpackDomain: ''
|
||||
}
|
Loading…
Add table
Reference in a new issue