Skip to content

Commit 8c32f7f

Browse files
authored
Merge pull request #3890 from ccnmtl/update-jsdom-canvas
Update canvas, remove jsdom
2 parents 7a16937 + fb4b4d8 commit 8c32f7f

File tree

3 files changed

+534
-820
lines changed

3 files changed

+534
-820
lines changed

jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('jest').Config} */
22
const config = {
33
verbose: true,
4-
testEnvironment: "jsdom",
4+
testEnvironment: "node",
55
extensionsToTreatAsEsm: [".jsx"],
66
transform: {
77
"\\.[jt]sx?$": "babel-jest"

0 commit comments

Comments
 (0)