UNPKG
@thejohnfreeman/loadable
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Like react-loadable, but better.
github.com/thejohnfreeman/loadable
thejohnfreeman/loadable
@thejohnfreeman/loadable
/
src
/
jest.setup.ts
5 lines
(4 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
// These must be imports, not requires. Why?
// https://github.com/kentcdodds/react-testing-library#global-config
import
'jest-dom/extend-expect'
import
'react-testing-library/cleanup-after-each'