jest/website
Spenser Black 4d573817e2
Allow `testMatch` to take a string value (#15734)
2025-07-14 08:38:22 +09:00
..
.vscode Jest Website v2 (#11149) 2021-03-11 17:57:06 +01:00
blog chore: fix typo (#15711) 2025-07-01 08:55:29 +02:00
src Remove Open Collective links from Homepage (#14839) 2024-01-09 10:47:15 +09:00
static Add OpenJS Logo And Footer (#14904) 2024-02-20 08:55:52 +01:00
versioned_docs Allow `testMatch` to take a string value (#15734) 2025-07-14 08:38:22 +09:00
versioned_sidebars docs: add blog post for jest 30 (#15556) (#15650) 2025-06-10 11:17:11 +09:00
README.md chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
archivedVersions.json docs: add blog post for jest 30 (#15556) (#15650) 2025-06-10 11:17:11 +09:00
babel.config.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
docusaurus.config.js chore: use transpiled ESM in Docusaurus config file (#15565) 2025-04-06 12:30:05 +02:00
fetchSupporters.js Remove Open Collective links from Homepage (#14839) 2024-01-09 10:47:15 +09:00
i18n.js Revert "Temporarily disable other locales to unbreak the website deploy." 2025-06-10 11:33:49 +09:00
package.json Update deps. 2025-06-04 09:32:49 +09:00
sidebars.json docs: Delete tutorial react doc (#15692) 2025-07-02 22:02:22 +09:00
tsconfig.json Upgrade Jest website to Docusaurus v3 (#14463) 2023-09-07 18:17:23 +02:00
users.json chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
versions.json docs: add blog post for jest 30 (#15556) (#15650) 2025-06-10 11:17:11 +09:00

README.md

Jest website

The Jest website is based on Docusaurus 2.

Run the dev server

You will need Node >=14.

The first time, get all the dependencies loaded via

yarn

in the root directory.

Fetch backers.json file by running

node fetchSupporters.js

Then, run the server via

yarn start

Note, you can also use yarn workspace jest-website start from the root of the Jest monorepo.

Publish the website

The site is deployed on each PR merged to main by Netlify:

Netlify Status

Archive

An older Docusaurus v1 site exist for versions <= 25.x: