Skip to content

Commit 8312ccd

Browse files
authored
fix: remove duplicate assertion
1 parent 4892b04 commit 8312ccd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/vm/tests/edge-runtime.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,6 @@ describe('Using `instanceof`', () => {
374374
`(new TextEncoder().encode('abc')) instanceof Object`,
375375
),
376376
).toBe(true)
377-
expect(
378-
new EdgeVM().evaluate(
379-
`(new TextEncoder().encode('abc')) instanceof Object`,
380-
),
381-
).toBe(true)
382377
expect(
383378
new EdgeVM().evaluate(`
384379
class Foo {};

0 commit comments

Comments
 (0)