diff options
-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 = [ |