Skip to content

Commit 621bd22

Browse files
authored
Merge pull request #23 from oslllo/drop-jsdom
refactor(pkg): remove canvas & jsdom
2 parents a36737e + 9565a8d commit 621bd22

File tree

11 files changed

+1367
-1362
lines changed

11 files changed

+1367
-1362
lines changed

.mocharc.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"diff": true,
3-
"extension": ["js"],
4-
"package": "./package.json",
5-
"reporter": "spec",
6-
"slow": 30000,
7-
"timeout": 5000,
8-
"ui": "bdd",
9-
"watch-files": ["test/*.test.js"],
10-
"watch-ignore": ["node_modules"]
11-
}
2+
"diff": true,
3+
"extension": ["js"],
4+
"package": "./package.json",
5+
"reporter": "spec",
6+
"slow": 30000,
7+
"timeout": 10000,
8+
"ui": "bdd",
9+
"watch-files": ["test/*.test.js"],
10+
"watch-ignore": ["node_modules"]
11+
}

0 commit comments

Comments
 (0)