diff options
Diffstat (limited to 'test/js/node/path/path.test.js')
-rw-r--r-- | test/js/node/path/path.test.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/js/node/path/path.test.js b/test/js/node/path/path.test.js index 8f32bdb2c..567e837af 100644 --- a/test/js/node/path/path.test.js +++ b/test/js/node/path/path.test.js @@ -15,10 +15,6 @@ const expectStrictEqual = (actual, expected) => { }; hideFromStackTrace(expectStrictEqual); -it("should not inherit Object.prototype", () => { - expect(path).not.toHaveProperty("toString"); -}); - describe("dirname", () => { it("path.dirname", () => { const fixtures = [ |