Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibelius/next-jest-multiproject


https://github.com/sibelius/next-jest-multiproject

Last synced: 19 days ago
JSON representation

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