Files
DefectingCat.github.io/jest.setup.js
DefectingCat 2cbcf99876 Add testing
2022-01-14 10:38:17 +08:00

7 lines
300 B
JavaScript

// Optional: configure or set up a testing framework before each test.
// If you delete this file, remove `setupFilesAfterEnv` from `jest.config.js`
// Used for __tests__/testing-library.js
// Learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';