mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
d047d44079
fixed up tests from titles we check when rendering, deleted them as they never catch anything important, more hastle than they are worth imo.
12 lines
153 B
CoffeeScript
12 lines
153 B
CoffeeScript
class MockRequest
|
|
param: (param) -> @params[param]
|
|
session:
|
|
destroy:->
|
|
|
|
params: {}
|
|
query: {}
|
|
i18n:
|
|
translate:->
|
|
|
|
module.exports = MockRequest
|
|
|