Skip to content

Commit

Permalink
fixup! merge repair
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Oct 28, 2024
1 parent ef136af commit 5c7a307
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/marshal/test/encodePassable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,8 @@ test(
(...args) => makePassableKit(...args).encodePassable,
);

<<<<<<< HEAD
const { comparator: compareFull } = makeFullOrderComparatorKit();

=======
>>>>>>> 18541abf1 (fix(marshal)!: compare strings by codepoint)
const asNumber = new Float64Array(1);
const asBits = new BigUint64Array(asNumber.buffer);
const getNaN = (hexEncoding = '0008000000000000') => {
Expand Down

0 comments on commit 5c7a307

Please sign in to comment.