aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-05 18:27:02 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-05 18:27:02 -0700
commit65d646bc68cb00ddac84f60a492b58c0edf5867f (patch)
treefe596e0d7ec528ba131f54a7d169021c254be708 /test
parentd8c467be42427e1b52647cbbfd1974b887e17b35 (diff)
downloadbun-65d646bc68cb00ddac84f60a492b58c0edf5867f.tar.gz
bun-65d646bc68cb00ddac84f60a492b58c0edf5867f.tar.zst
bun-65d646bc68cb00ddac84f60a492b58c0edf5867f.zip
Prettier
Diffstat (limited to 'test')
-rw-r--r--test/js/node/path/path.test.js4
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", () => {