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: 15 days ago
JSON representation

Lists

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
```