Skip to content

Commit c4a649f

Browse files
committed
--experimental-vm-modules
1 parent fb70cba commit c4a649f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.projenrc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,11 @@ const toolkitLib = configureProject(
908908
}),
909909
);
910910

911+
toolkitLib.tasks.tryFind('test')?.updateStep(0, {
912+
// https://github.com/aws/aws-sdk-js-v3/issues/7420
913+
exec: 'NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" jest --passWithNoTests --updateSnapshot',
914+
});
915+
911916
new TypecheckTests(toolkitLib);
912917

913918
// API Extractor documentation publishing

0 commit comments

Comments
 (0)