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
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,4 @@
# Stub out some globals
window.sharelatex = {
sixpackDomain: ''
}