Skip to content

Commit e7c49a1

Browse files
authored
chore: migrate to jest v30 (#35456)
1 parent 1979195 commit e7c49a1

File tree

404 files changed

+9582
-4458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+9582
-4458
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"program": "${workspaceRoot}/scripts/executors/src/debug-test.js",
2626
"cwd": "${fileDirname}",
2727
"stopOnEntry": false,
28-
"args": ["-i", "--testPathPattern=\\b${fileBasenameNoExtension}", "--watch"],
28+
"args": ["-i", "--testPathPatterns=\\b${fileBasenameNoExtension}", "--watch"],
2929
"runtimeExecutable": null,
3030
"runtimeArgs": ["--nolazy", "--inspect"],
3131
"env": {
@@ -42,7 +42,7 @@
4242
"program": "${workspaceRoot}/scripts/executors/src/debug-test.js",
4343
"cwd": "${fileDirname}",
4444
"stopOnEntry": false,
45-
"args": ["-i", "--testPathPattern=\\b${fileBasenameNoExtension}", "--watch"],
45+
"args": ["-i", "--testPathPatterns=\\b${fileBasenameNoExtension}", "--watch"],
4646
"runtimeExecutable": null,
4747
"runtimeArgs": ["--nolazy", "--inspect"],
4848
"env": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/date-time-utilities",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/dom-utilities",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/foundation-legacy",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/keyboard-key",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "style: remove unused import, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/merge-styles",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30",
4+
"packageName": "@fluentui/merge-styles",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/react-cards",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate to jest v30, add ES2015.Symbol.WellKnown to tsconfig lib for Symbol.iterator support",
4+
"packageName": "@fluentui/react-charting",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)