Skip to content

Commit 5833986

Browse files
hiroppyevilebottnawi
authored andcommitted
chore: migrate on jest
1 parent 102941f commit 5833986

18 files changed

+2749
-482
lines changed

jest.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"testURL": "http://localhost/",
3+
"collectCoverage": true,
4+
"moduleFileExtensions": ["js", "json"],
5+
"testMatch": ["**/test/**/*.test.js"],
6+
"setupFilesAfterEnv": ["<rootDir>/setupTest.js"]
7+
}

0 commit comments

Comments
 (0)