nus3 / react-test-examples

Examples of testing with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples of testing with React


nus3/react-test-examples is a repository showcasing examples of test in React application.

Get started

This repository is a monorepo using turborepo.

# Install dependencies
$ pnpm i --frozen-lockfile

# Start storybook
$ pnpm storybook

# Test
$ pnpm test

# If you want to run it in a specific application
$ cd apps/react-vitest
# Run npm scripts defined in the application
$ pnpm dev

Applications

For more information on each application, please see the README below.

Contributing

If you find a bug or want to add a test case, issues and pull requests are welcome!

About

Examples of testing with React

License:MIT License


Languages

Language:TypeScript 94.9%Language:CSS 3.3%Language:HTML 1.8%