Skip to content

Commit 54b1f20

Browse files
committed
fixup! chore: migrate to jest v30
1 parent 6137d16 commit 54b1f20

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

packages/charts/react-charting/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"moduleResolution": "node",
1717
"preserveConstEnums": true,
1818
"skipLibCheck": true,
19-
"lib": ["es5", "dom"],
19+
"lib": ["es5", "dom", "ES2015.Symbol.WellKnown"],
2020
"typeRoots": ["../../../node_modules/@types", "../../../typings"],
2121
"types": ["jest", "node", "custom-global", "@testing-library/jest-dom"],
2222
"isolatedModules": true

packages/date-time-utilities/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es5",
44
"outDir": "lib",
55
"module": "commonjs",
6-
"lib": ["es5", "es2015.promise", "dom"],
6+
"lib": ["es5", "es2015.promise", "dom", "ES2015.Symbol.WellKnown"],
77
"jsx": "react",
88
"declaration": true,
99
"sourceMap": true,

packages/dom-utilities/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"strict": true,
1414
"moduleResolution": "node",
1515
"preserveConstEnums": true,
16-
"lib": ["es5", "dom", "ES2015.Iterable"],
16+
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Symbol.WellKnown"],
1717
"typeRoots": ["../../node_modules/@types", "../../typings"],
1818
"types": ["jest", "custom-global"],
1919
"isolatedModules": true

packages/foundation-legacy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "node",
1616
"preserveConstEnums": true,
1717
"isolatedModules": true,
18-
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Core"],
18+
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Core", "ES2015.Symbol.WellKnown"],
1919
"typeRoots": ["../../node_modules/@types", "../../typings"],
2020
"types": ["jest", "custom-global"]
2121
},

packages/keyboard-key/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "dist",
55
"target": "es5",
66
"module": "commonjs",
7-
"lib": ["ES5", "DOM", "ES2015.Collection", "ES2015.Iterable"],
7+
"lib": ["ES5", "DOM", "ES2015.Collection", "ES2015.Iterable", "ES2015.Symbol.WellKnown"],
88
"jsx": "react",
99
"declaration": true,
1010
"sourceMap": true,

packages/merge-styles/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es5",
44
"outDir": "lib",
55
"module": "commonjs",
6-
"lib": ["ES5", "ES2015.Collection", "ES2015.Iterable", "dom"],
6+
"lib": ["ES5", "ES2015.Collection", "ES2015.Iterable", "ES2015.Symbol.WellKnown", "dom"],
77
"jsx": "react",
88
"declaration": true,
99
"sourceMap": true,

packages/react-cards/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noUnusedLocals": true,
1313
"moduleResolution": "node",
1414
"preserveConstEnums": true,
15-
"lib": ["es5", "dom", "ES2015.Iterable"],
15+
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Symbol.WellKnown"],
1616
"typeRoots": ["../../node_modules/@types", "../../typings"],
1717
"types": ["jest", "custom-global"],
1818
"isolatedModules": true

packages/react-date-time/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"noImplicitAny": true,
1515
"moduleResolution": "node",
1616
"preserveConstEnums": true,
17-
"lib": ["es5", "dom", "ES2015.Iterable"],
17+
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Symbol.WellKnown"],
1818
"typeRoots": ["../../node_modules/@types", "../../typings"],
1919
"types": ["jest", "custom-global"],
2020
"isolatedModules": true

packages/react-docsite-components/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"skipLibCheck": true,
1616
"noImplicitThis": true,
1717
"outDir": "lib",
18-
"lib": ["es5", "dom", "es2015.promise"],
18+
"lib": ["es5", "dom", "es2015.promise", "ES2015.Symbol.WellKnown"],
1919
"types": ["webpack-env", "jest"],
2020
"isolatedModules": true
2121
},

packages/react-file-type-icons/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "es5",
44
"module": "commonjs",
5-
"lib": ["es5", "dom", "ES2015.Iterable"],
5+
"lib": ["es5", "dom", "ES2015.Iterable", "ES2015.Symbol.WellKnown"],
66
"jsx": "react",
77
"declaration": true,
88
"sourceMap": true,

0 commit comments

Comments
 (0)