Commit 8dce252
authored
Replace mocha with jest (#470)
* Replace mocha with jest
* Remove unnecessary @babel/register
* Move chai setup to each test file
This allows us moving to Jest built-in matchers one test file at a time
* Remove xvfb from github workflow
* Move timeout configuration to describe block
* Use spawn instead of exec1 parent c93fd2b commit 8dce252
File tree
14 files changed
+2360
-519
lines changed- .github/workflows
- test
14 files changed
+2360
-519
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments