Skip to content

Commit

Permalink
chore: fix test lib
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 26, 2024
1 parent 3e941ba commit c6781f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-vibrant/__tests__/vibrant.browser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { commands } from "@vitest/browser/context";
import { afterAll, beforeAll, describe, it } from "vitest";

import { Vibrant } from "../src/worker";
import { Vibrant } from "../src/browser";
import { testVibrant } from "./common/helper";

import type { TestSample } from "../../../fixtures/sample/loader";
Expand Down

0 comments on commit c6781f9

Please sign in to comment.