Skip to content

Commit

Permalink
fix: undo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zpix1 committed Jan 7, 2025
1 parent 33184af commit d656e1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/bundler/bundler_edgecase.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1329,15 +1329,15 @@ describe("bundler", () => {
],
});
// Stack overflow possibility
// itBundled("edgecase/AwsCdkLib", {
// files: {
// "entry.js": `import * as aws from ${JSON.stringify(require.resolve("aws-cdk-lib"))}; aws;`,
// },
// target: "bun",
// run: true,
// todo: isBroken && isWindows,
// timeoutScale: 5,
// });
itBundled("edgecase/AwsCdkLib", {
files: {
"entry.js": `import * as aws from ${JSON.stringify(require.resolve("aws-cdk-lib"))}; aws;`,
},
target: "bun",
run: true,
todo: isBroken && isWindows,
timeoutScale: 5,
});
itBundled("edgecase/PackageExternalDoNotBundleNodeModules", {
files: {
"/entry.ts": /* ts */ `
Expand Down

0 comments on commit d656e1d

Please sign in to comment.