Skip to content

Commit

Permalink
update readme wit htesting info
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinco committed Nov 10, 2023
1 parent 99fa85e commit eed3fe8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ pnpm dev
bun dev
```

To run tests:

```bash
npm run test:e2e
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

The following features are available within the application

# Learn More
## Learn More

- Users are able to see all dashboards returned by the API endpoint when the app loads
- When clicking on the filter items, the dashboard is updated accordingly and the data persists across reloads, forward and back navigation flows
Expand Down

0 comments on commit eed3fe8

Please sign in to comment.