1
0
Fork 0
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:
Alasdair Smith 2018-02-12 12:02:44 +00:00
parent d37b238c9e
commit 0b77e97df2
2 changed files with 3201 additions and 0 deletions
services/web
public/js/libs
test/unit_frontend/coffee

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
# Stub out some globals
window.sharelatex = {
sixpackDomain: ''
}