Skip to content

Commit d5004e0

Browse files
committed
Migrate fs test from @effectionx/bdd to @effectionx/vitest
1 parent 7fd7988 commit d5004e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as path from "node:path";
22
import type { Stats } from "node:fs";
3-
import { describe, it } from "@effectionx/bdd";
3+
import { describe, it } from "@effectionx/vitest";
44
import { scoped } from "effection";
55
import { expect } from "expect";
66

0 commit comments

Comments
 (0)