mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #1793 from overleaf/fix-name-removed-transfer-ownership
Fix name removed transfer ownership GitOrigin-RevId: ccbc681746033017686c4e36040a71ab7f98ad16
This commit is contained in:
committed by
sharelatex
parent
02c4edcb1c
commit
efd7cf5b01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user