Skip to content

Commit

Permalink
readme fix with test
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 10, 2024
1 parent 82fcae6 commit 0db9f99
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 @@ -19,7 +19,7 @@ Build ./dist for use with a static web server by running `npm run build`

To run code style checks, run `npm run lint` or to also try to automatically fix some issues, run `npm run lint:fix`.

To run unit and functional tests (also run automatically [using github actions](.github/workflows/smoke_test.yml), run `npm run test` which runs the tests in [this folder](./tests).
To run unit and functional tests, which are also run automatically [using github actions](.github/workflows/jest_tests.yml), run `npm run test` which runs the tests in [this folder](./tests).


# Setup and Configuration
Expand Down

0 comments on commit 0db9f99

Please sign in to comment.