Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Jul 21, 2024
1 parent 3e32028 commit e1aeeea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from "vitest";
import { rescriptRelayVitePlugin } from "../vite-plugins/RescriptRelayVitePlugin.mjs";
import { rescriptRelayVitePlugin } from "../vite-plugins/RescriptRelayServerVitePlugin.mjs";

describe("RescriptRelayVitePlugin", () => {
test("replaces modulenames in __$rescriptChunkName__ object properties", async () => {
Expand Down

0 comments on commit e1aeeea

Please sign in to comment.