add more specific check to avoid complaint about multiple matches

This commit is contained in:
2024-09-22 13:27:21 -06:00
parent b149e623b2
commit cd9f6b448b
2 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,14 @@ npm run serve
npm run lint
```
### Run all important tests
... including automated UI tests (see below for details)
```
npm run test-all
```
### Compile and minify for test & production
* If there are DB changes: before updating the test server, open browser(s) with current version to test DB migrations.