misc(README): update README.md to use bats tests

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau 2021-04-16 22:27:26 +02:00
parent b691c95f2c
commit 46b8b92002

View File

@ -4,10 +4,10 @@
```
# Install dependancies
yarn --cwd . install
yarn --cwd install
# Run all tests
yarn --cwd . test
yarn --cwd test
```
By default, the `dagger` binary is expected to be found in `../cmd/dagger/dagger` relative to the `tests` directory.