Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

section on README on how to run Jest #287

Closed
wants to merge 1 commit into from

Conversation

1ucian0
Copy link
Member

@1ucian0 1ucian0 commented Apr 28, 2023

Specially after #267

@Eric-Arellano
Copy link
Collaborator

It's in CONTRIBUTING.md already:

## Run JavaScript tests
We write some tests in JavaScript (Node.js) to have automated checks of the theme, e.g. that certain components render properly.
To run these tests, you first need to install Node.js on your machine. If you expect to use JavaScript in other projects, we recommend using [NVM](https://github.com/nvm-sh/nvm). Otherwise, consider using [Homebrew](https://formulae.brew.sh/formula/node) or installing [Node.js directly](https://nodejs.org/en).
Then:
1. `npm install`
2. `npm test`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants