* remove cypress
This commit is contained in:
DefectingCat
2021-12-15 21:37:04 +08:00
parent 37bd011bf4
commit e069637050
16 changed files with 2209 additions and 361 deletions

6
jest.setup.ts Normal file
View File

@ -0,0 +1,6 @@
// 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';