overleaf/services/web/test/acceptance/coffee
Alasdair Smith 19cec9451d Switch to using scoped variable instead of variables on context
Changes to mocha mean that a new context is passed to each describe block
instead of it persisting between them.

This means that this test cannot be parallelised, however this was the case
beforehand (subsequent tests are dependent on earlier tests).
2018-02-26 15:31:41 +00:00
..
helpers
AuthorizationTests.coffee
ProjectCRUDTests.coffee
ProjectDuplicateNameTests.coffee
ProjectFeaturesTests.coffee
ProjectInviteTests.coffee
ProjectStructureMongoLockTest.coffee Fix mocha complaining about returning Promise-like object 2018-02-26 15:31:34 +00:00
ProjectStructureTests.coffee Switch to using scoped variable instead of variables on context 2018-02-26 15:31:41 +00:00
RegistrationTests.coffee
SecurityHeadersTests.coffee
SessionTests.coffee
TokenAccessTests.coffee
TpdsUpdateTests.coffee