mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
test: setup automated tests with jest
This commit is contained in:
parent
8785b94392
commit
23be268630
4 changed files with 745 additions and 15 deletions
6
frontend/jest.setup.js
Normal file
6
frontend/jest.setup.js
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue