swh:1:snp:b9cfc191315c39b7279ffda4ccdcea8f7151647f
Raw File
Tip revision: bdd209aa73d567db14d6926a7acdd61ffa8d72d9 authored by Daniel Edler on 08 March 2024, 20:28:09 UTC
build: Update deps
Tip revision: bdd209a
setupTests.ts
// 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';
back to top