Skip to content

Commit

Permalink
use the right assert function
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed May 23, 2024
1 parent 5b4131a commit 5b003ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Buffer } from "node:buffer";
import { assert } from "vitest";
import assert from "node:assert";
import { Env } from "./env";
import { SemanticVersion } from "./semantic-version";

Expand Down

0 comments on commit 5b003ce

Please sign in to comment.