Skip to content

Commit

Permalink
fix: remove duplicate assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Sep 27, 2024
1 parent 4892b04 commit 8312ccd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/vm/tests/edge-runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,6 @@ describe('Using `instanceof`', () => {
`(new TextEncoder().encode('abc')) instanceof Object`,
),
).toBe(true)
expect(
new EdgeVM().evaluate(
`(new TextEncoder().encode('abc')) instanceof Object`,
),
).toBe(true)
expect(
new EdgeVM().evaluate(`
class Foo {};
Expand Down

0 comments on commit 8312ccd

Please sign in to comment.