UNPKG
monoreact
Version:
latest (0.35.0)
0.35.0
0.34.0
0.33.2
0.33.1
0.33.0
0.32.5
0.32.4
0.32.3
0.32.2
0.32.1
0.32.0
0.31.0
0.30.2
0.30.1
0.30.0
0.29.0
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.0
0.25.1
0.25.0
0.24.0
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0
0.22.1
React workspaces implementation
github.com/tarsinzer/monoreact
tarsinzer/monoreact
monoreact
/
templates
/
new
/
cra
/
src
/
setupTests.ts
6 lines
(5 loc)
•
241 B
text/typescript
View Raw
1
2
3
4
5
6
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import
'@testing-library/jest-dom'
;