Skip to content

Commit 040c6a6

Browse files
chore(jest): run tests with jest (#2754)
Experimentally run `npx jest` to run our tests with jest.
1 parent 6a1bd3a commit 040c6a6

File tree

6 files changed

+6832
-2292
lines changed

6 files changed

+6832
-2292
lines changed

jest.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"runner": "./jest-runner.js",
3+
"rootDir": "./test/",
4+
"testMatch": ["**/?(*.)spec.[jt]s"]
5+
}

0 commit comments

Comments
 (0)