diff options
-rw-r--r-- | test/bundler/esbuild/ts.test.ts | 3 |
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' |