Skip to content

Commit

Permalink
fix imports in subs.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Oct 31, 2023
1 parent 0f31a3c commit 3eb59aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subs.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
import { afterEach, beforeEach } from "node:test";
import { describe, expect, test, vi } from "vitest";

import { determineIotmMonthYear } from "./subs.js";

Expand Down

0 comments on commit 3eb59aa

Please sign in to comment.