Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Tait committed Jul 23, 2024
1 parent faf0ab0 commit 64cbc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/operators.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from "node:assert/strict";
import { describe, test } from "node:test";
import { fromYMD } from "../src/yold.js";
import { toISOString } from "../src/iso.js";
import { fromYMD } from "../src/yold.js";

describe("comparing a yold date", () => {
test("yold <", () => {
Expand Down Expand Up @@ -51,7 +51,7 @@ describe("comparing a yold date", () => {
.sort((a, b) => a - b)
.map(toISOString);
assert.deepStrictEqual(dates, [
'2000-01-05',
"2000-01-05",
"2022-01-04",
"2025-01-02",
"2025-01-03",
Expand Down

0 comments on commit 64cbc55

Please sign in to comment.