Skip to content

Commit

Permalink
TEST: Fix wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ahme-dev committed May 20, 2023
1 parent bc95420 commit 1444a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/old.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test, assert } from "vitest";
import { resultAll, resultAsync } from "../src";
import { resultAll, resultAsync } from "../src/old";

test("resultAll :: with function that throws", async () => {
const actual = await resultAll(() => {
Expand Down

0 comments on commit 1444a6d

Please sign in to comment.