Skip to content

Commit

Permalink
refactor(#37): ♻️ move test specification from package-lock.sjon to p…
Browse files Browse the repository at this point in the history
…ackage.json and update readme
  • Loading branch information
kleinc committed Oct 27, 2025
1 parent 1bb2606 commit 7a197e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ npm run dev
Then in a new terminal run the tests:

```bash
npx cypress run
npm run test
```
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"test": "cypress run --browser chrome"
},
"dependencies": {
"cors": "^2.8.5",
Expand Down

0 comments on commit 7a197e4

Please sign in to comment.