diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-01-31 19:20:13 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-01-31 19:20:13 +0200 |
| commit | fbf108595a00a7c9db5984158e4b02cc345b68d1 (patch) | |
| tree | f3342eac03006d40a23a49fac94db7061abf5d3c /frontend/src/setupTests.js | |
Initial commit
Diffstat (limited to 'frontend/src/setupTests.js')
| -rw-r--r-- | frontend/src/setupTests.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/setupTests.js b/frontend/src/setupTests.js new file mode 100644 index 0000000..74b1a27 --- /dev/null +++ b/frontend/src/setupTests.js @@ -0,0 +1,5 @@ +// 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/extend-expect'; |
