Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Feb 1, 2024
1 parent 8a176d1 commit 04473df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_bun/bun.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from "bun:test";
import fs from "node:fs/promises";
import path from "node:path";
import init, { format } from "../zig_fmt.js";
import init, { format } from "..";

await init();

Expand Down
2 changes: 1 addition & 1 deletion test_node/test-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from "node:fs/promises";
import path from "node:path";
import { test } from "node:test";
import { fileURLToPath } from "node:url";
import init, { format } from "../zig_fmt.js";
import init, { format } from "../zig_fmt_node.js";

await init();

Expand Down

0 comments on commit 04473df

Please sign in to comment.