Skip to content

Commit 8f6be20

Browse files
committed
fixup! merge repair
1 parent fbfef7c commit 8f6be20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/marshal/test/encodePassable.test.js

-3
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,8 @@ test(
112112
(...args) => makePassableKit(...args).encodePassable,
113113
);
114114

115-
<<<<<<< HEAD
116115
const { comparator: compareFull } = makeFullOrderComparatorKit();
117116

118-
=======
119-
>>>>>>> 18541abf1 (fix(marshal)!: compare strings by codepoint)
120117
const asNumber = new Float64Array(1);
121118
const asBits = new BigUint64Array(asNumber.buffer);
122119
const getNaN = (hexEncoding = '0008000000000000') => {

0 commit comments

Comments
 (0)