Merge pull request #1793 from overleaf/fix-name-removed-transfer-ownership

Fix name removed transfer ownership

GitOrigin-RevId: ccbc681746033017686c4e36040a71ab7f98ad16
This commit is contained in:
Simon Detheridge
2019-05-20 13:07:54 +01:00
committed by sharelatex
parent 02c4edcb1c
commit efd7cf5b01
3 changed files with 4 additions and 4 deletions

View File

@@ -43,13 +43,13 @@ Unit tests can be run in the `test_unit` container defined in `docker-compose.te
The makefile contains a short cut to run these:
```
make unit_test
make test_unit
```
During development it is often useful to only run a subset of tests, which can be configured with arguments to the mocha CLI:
```
make unit_test MOCHA_ARGS='--grep=AuthorizationManager'
make test_unit MOCHA_GREP='AuthorizationManager'
```
### Acceptance Tests