We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70cba commit c4a649fCopy full SHA for c4a649f
.projenrc.ts
@@ -908,6 +908,11 @@ const toolkitLib = configureProject(
908
}),
909
);
910
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
+
916
new TypecheckTests(toolkitLib);
917
918
// API Extractor documentation publishing
0 commit comments