UNPKG
@reactseed/template
Version:
latest (2.4.0)
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0-alpha.1
2.0.0-alpha.0
1.0.3
1.0.3-alpha.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React seed template for creating react app
github.com/reactseed/reactseed
reactseed/reactseed
@reactseed/template
/
template
/
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'
;