Skip to content
Merged
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
22 changes: 22 additions & 0 deletions docs/projects/visionBoard/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,25 @@ To install visionBoard from source:
```bash
alias visionBoard="node visionBoard.js"
```

## Running Tests Locally

To run visionBoard tests locally:

1. Start the infrastructure:

```bash
npm run infra:start
```

2. Run the database migrations:

```bash
npm run db:migrate
```

3. Run the tests:

```bash
npm run test
```