fix(tests): Fixed fragile unit tests

This commit is contained in:
Chris Troutner
2024-03-24 08:24:08 -07:00
12 changed files with 875 additions and 387 deletions
+5 -1
View File
@@ -56,7 +56,11 @@ This program is intended to started with a Bash shell script. In that script, yo
export PREFERRED_P2WDB_PROVIDER=12D3KooWCNpwHbHmkNSJsqu3CQVVe3iW8g6e1gn3kWTPahj2igiy
```
## Code Structure
### Configuration
This app is intended to be started via a bash shell script. See the environment variables used to configure this app in the [config/env/common.js file](./config/env/common.js).
## File Structure
The file layout of this repository differs from the koa-api-boilerplate. Instead, it follows the file layout of [Clean Architecture](https://christroutner.github.io/trouts-blog/blog/clean-architecture).