diff options
author | 2023-04-05 18:27:02 -0700 | |
---|---|---|
committer | 2023-04-05 18:27:02 -0700 | |
commit | 65d646bc68cb00ddac84f60a492b58c0edf5867f (patch) | |
tree | fe596e0d7ec528ba131f54a7d169021c254be708 /test | |
parent | d8c467be42427e1b52647cbbfd1974b887e17b35 (diff) | |
download | bun-65d646bc68cb00ddac84f60a492b58c0edf5867f.tar.gz bun-65d646bc68cb00ddac84f60a492b58c0edf5867f.tar.zst bun-65d646bc68cb00ddac84f60a492b58c0edf5867f.zip |
Prettier
Diffstat (limited to 'test')
-rw-r--r-- | test/js/node/path/path.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/js/node/path/path.test.js b/test/js/node/path/path.test.js index ce41ca10f..86807b325 100644 --- a/test/js/node/path/path.test.js +++ b/test/js/node/path/path.test.js @@ -9,8 +9,8 @@ const strictEqual = (...args) => { expect(true).toBe(true); }; -it('should not inherit Object.prototype', () => { - expect(path).not.toHaveProperty('toString'); +it("should not inherit Object.prototype", () => { + expect(path).not.toHaveProperty("toString"); }); it("path.basename", () => { |