From 46b8b92002f228d7bcfcf728e06b97ddc28507cb Mon Sep 17 00:00:00 2001 From: Tom Chauveau Date: Fri, 16 Apr 2021 22:27:26 +0200 Subject: [PATCH] misc(README): update README.md to use bats tests Signed-off-by: Tom Chauveau --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 31f91ed5..8a5db63f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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.