Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,19 @@ npm run build

```
## Running tests
You can use the provided npm command to run all tests by using:

> [!IMPORTANT]
> Integrations tests use [Testcontainers](https://testcontainers.com/) and require an [container runtime](https://node.testcontainers.org/supported-container-runtimes/) to be installed.

```
# run all tests
npm run test

# run only unit tests
npm run test:unit

# run only integration tests
npm run test:integration
```

## :v: Code of conduct
Expand Down
Loading
Loading