Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add code block around npm run test
  • Loading branch information
Remus287 authored Dec 16, 2024
1 parent 102e186 commit 80b0448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This repository contains both unit tests with jest and end-to-end testing with p
Note: If the proper .env files are not set up or have invalid credentials, many of the tests will fail.
### Jest unit tests:
Currently the client (frontend) of the site has a few jest unit tests, these can be run from the client directory with npm run test
Currently the client (frontend) of the site has a few jest unit tests, these can be run from the client directory with ```npm run test```
- mailchimp-ping.test.tsx: This test passes if the MAILCHIMP credentials are correct and a valid ping response is detected from Mailchimp servers
### Playwright end-to-end tests:
Expand Down

0 comments on commit 80b0448

Please sign in to comment.