diff options
author | 2022-11-06 15:35:35 -0800 | |
---|---|---|
committer | 2022-11-06 15:35:35 -0800 | |
commit | 40160ec6d6b43d77614a9e70c5439b9a39d017e9 (patch) | |
tree | 4785a872d1e2b597cb27b5d600638c0935a88c3e /test/bun.js/transpiler.test.js | |
parent | fe92a89b93eca43e75000f39edbb7bc35f0ac51b (diff) | |
download | bun-40160ec6d6b43d77614a9e70c5439b9a39d017e9.tar.gz bun-40160ec6d6b43d77614a9e70c5439b9a39d017e9.tar.zst bun-40160ec6d6b43d77614a9e70c5439b9a39d017e9.zip |
Prettier
Diffstat (limited to '')
-rw-r--r-- | test/bun.js/transpiler.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/transpiler.test.js b/test/bun.js/transpiler.test.js index d4d6c0ca8..f8bbd9d44 100644 --- a/test/bun.js/transpiler.test.js +++ b/test/bun.js/transpiler.test.js @@ -1756,7 +1756,7 @@ class Foo { import {ɵtest} from 'foo' `); - expect(out).toBe("import {ɵtest} from \"foo\";\n"); + expect(out).toBe('import {ɵtest} from "foo";\n'); }); const importLines = [ |