diff options
author | 2023-07-24 19:13:25 -0700 | |
---|---|---|
committer | 2023-07-24 19:13:25 -0700 | |
commit | 90ce74a43e517ab0cb84550db2c340b2c0754ded (patch) | |
tree | 5749555b706d7ce3890f7fb7868b212e5ce78e6d | |
parent | e1a59d355a780c43861b9d02863bde5e5abfd659 (diff) | |
download | bun-90ce74a43e517ab0cb84550db2c340b2c0754ded.tar.gz bun-90ce74a43e517ab0cb84550db2c340b2c0754ded.tar.zst bun-90ce74a43e517ab0cb84550db2c340b2c0754ded.zip |
Skip test
-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' |