Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibelius/next-jest-multiproject
https://github.com/sibelius/next-jest-multiproject
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sibelius/next-jest-multiproject
- Owner: sibelius
- Created: 2022-05-25T11:35:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:05:41.000Z (over 1 year ago)
- Last Synced: 2024-10-19T19:54:18.051Z (22 days ago)
- Language: TypeScript
- Size: 493 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Jest Multi Project Runner Example
## Test structure
__tests__/.spec.tsx - frontend tests using testEnv jsdom__tests__/.server.tsx - backend tests using testEnv node
## Run Tests
```
yarn jest
```## Run project
```
yarn dev
```