comment out a breaking test on local data & enhance those instructions

This commit is contained in:
2024-08-02 18:58:39 -06:00
parent 0f7d13ebf9
commit 1ca61d72c9
3 changed files with 5 additions and 2 deletions

View File

@@ -80,7 +80,8 @@ At the locally running server:
```
rm ../endorser-ch-test-local.sqlite3
NODE_ENV=test-local npm run flyway migrate
NODE_ENV=test-local npm run test test/controller0
# The following seeds with data from tests. To seed with the bare minimum, run this instead: NODE_ENV=test-local npm run test test/controller0
test/test.sh
NODE_ENV=test-local npm run dev
```