Skip to content

Commit

Permalink
Add note on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Dec 17, 2024
1 parent 6931581 commit 87dde0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ The `src/game` folder contains the actual game logic.
The `src/ui` folder is the website UI where you can actually play the game.
The `src/content` folder builds content for the game.

## Testing

To test everything, run `npm run test` or `npm run test:watch`.
To test certain files, use `npm run test -- tests/actions.js` syntax.

## How to release a new version (aka deploy)

Every commit to the `main` branch automatically deploys to https://slaytheweb.cards via the Vercel service.
Expand Down

0 comments on commit 87dde0c

Please sign in to comment.