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

https://github.com/pcmunoz/jest-rtl-cheatsheet

Jest, React Testing LIbrary, Cheatsheet
https://github.com/pcmunoz/jest-rtl-cheatsheet

cheatsheet jest rtl

Last synced: about 2 months ago
JSON representation

Jest, React Testing LIbrary, Cheatsheet

Awesome Lists containing this project

README

          

# Module Federation With React Starter

Full article here:

```
app1
├─ dist
│ ├─ 303.js
│ ├─ 303.js.LICENSE.txt
│ ├─ 538.js
│ ├─ 538.js.LICENSE.txt
│ ├─ index.html
│ ├─ main.js
│ ├─ main.js.LICENSE.txt
│ ├─ remoteEntry.js
│ ├─ remoteEntry.js.LICENSE.txt
│ ├─ src_bootstrap_tsx.js
│ └─ src_components_CounterAppOne_tsx.js
├─ package-lock.json
├─ package.json
├─ public
│ └─ index.html
├─ README.md
├─ src
│ ├─ App.tsx
│ ├─ bootstrap.tsx
│ ├─ components
│ │ └─ CounterAppOne.tsx
│ └─ index.ts
├─ tsconfig.json
├─ webpack.config.js
├─ webpack.prod.js
└─ yarn.lock

```