Skip to content

Commit

Permalink
Fix property order
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 7, 2024
1 parent d40cad2 commit 9a26cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reconnect/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ test.before.each(() => {
...listenerMethods
}
Object.defineProperty(global, 'navigator', {
configurable: true,
value: {
onLine: true
},
configurable: true
}
})
})

Expand Down

0 comments on commit 9a26cc2

Please sign in to comment.