Skip to content

Commit 5c7a307

Browse files
committed
fixup! merge repair
1 parent ef136af commit 5c7a307

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
@@ -110,11 +110,8 @@ test(
110110
(...args) => makePassableKit(...args).encodePassable,
111111
);
112112

113-
<<<<<<< HEAD
114113
const { comparator: compareFull } = makeFullOrderComparatorKit();
115114

116-
=======
117-
>>>>>>> 18541abf1 (fix(marshal)!: compare strings by codepoint)
118115
const asNumber = new Float64Array(1);
119116
const asBits = new BigUint64Array(asNumber.buffer);
120117
const getNaN = (hexEncoding = '0008000000000000') => {

0 commit comments

Comments
 (0)