aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-24 19:13:25 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-24 19:13:25 -0700
commit90ce74a43e517ab0cb84550db2c340b2c0754ded (patch)
tree5749555b706d7ce3890f7fb7868b212e5ce78e6d
parente1a59d355a780c43861b9d02863bde5e5abfd659 (diff)
downloadbun-90ce74a43e517ab0cb84550db2c340b2c0754ded.tar.gz
bun-90ce74a43e517ab0cb84550db2c340b2c0754ded.tar.zst
bun-90ce74a43e517ab0cb84550db2c340b2c0754ded.zip
Skip test
-rw-r--r--test/bundler/esbuild/ts.test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bundler/esbuild/ts.test.ts b/test/bundler/esbuild/ts.test.ts
index a1104f7d9..3a2da0f48 100644
--- a/test/bundler/esbuild/ts.test.ts
+++ b/test/bundler/esbuild/ts.test.ts
@@ -859,6 +859,9 @@ describe("bundler", () => {
},
});
itBundled("ts/TypeScriptDecorators", {
+ // We still need to handle decorators with computed properties in method names
+ todo: true,
+
files: {
"/entry.js": /* js */ `
import all from './all'