Skip to content

Commit

Permalink
chore: migrate on jest
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored and evilebottnawi committed Feb 6, 2019
1 parent 102941f commit 5833986
Show file tree
Hide file tree
Showing 18 changed files with 2,749 additions and 482 deletions.
7 changes: 7 additions & 0 deletions jest.config.json
@@ -0,0 +1,7 @@
{
"testURL": "http://localhost/",
"collectCoverage": true,
"moduleFileExtensions": ["js", "json"],
"testMatch": ["**/test/**/*.test.js"],
"setupFilesAfterEnv": ["<rootDir>/setupTest.js"]
}

0 comments on commit 5833986

Please sign in to comment.