Skip to content

Commit 9a26cc2

Browse files
committed
Fix property order
1 parent d40cad2 commit 9a26cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reconnect/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ test.before.each(() => {
4545
...listenerMethods
4646
}
4747
Object.defineProperty(global, 'navigator', {
48+
configurable: true,
4849
value: {
4950
onLine: true
50-
},
51-
configurable: true
51+
}
5252
})
5353
})
5454

0 commit comments

Comments
 (0)