Skip to content

Commit f2fed20

Browse files
Copilotcklin
andauthored
Fix Jest errors after MSW upgrade to 2.11.6 (#4187)
* Initial plan * Fix Jest errors by adding until-async to transformPackages Co-authored-by: cklin <1418580+cklin@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cklin <1418580+cklin@users.noreply.github.com>
1 parent 6f64c51 commit f2fed20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/test/jest-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const transformPackages = [
2222
"p-timeout",
2323
"robust-predicates",
2424
"universal-user-agent",
25+
"until-async",
2526
];
2627
const transformWildcards = ["d3-(.*)", "lit-(.*)"];
2728
const transformPatterns = [

0 commit comments

Comments
 (0)