Merge pull request #3584 from Human-Connection/3566-wrong-unit-test-command-in-webapp-documentation

fix: Fixed webapp unit test command.
This commit is contained in:
Wolfgang Huß 2020-06-03 16:02:08 +02:00 committed by GitHub
commit 9716bbb07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ We write unit tests with the help of [Jest](https://jestjs.io/) and [Vue Test Ut
To run all tests use the command `yarn test` in the `/webapp` directory. Other useful commands are:
- `yarn test -t test-name` to run tests including `test-name` in their file or test names
- `yarn test -o` to run tests related to files that have been changed since the latest commit
- `yarn run path/to/component.spec.js` to run a single test file
- `yarn test path/to/component.spec.js` to run a single test file
## Documentation and manual testing