Skip to content

Commit

Permalink
Test JS client
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed May 24, 2024
1 parent 71b7843 commit fcd284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { beforeEach, describe, expect, mock, test } from "bun:test";
import createSyntaxFactory from "@/index";
import createSyntaxFactory from "ronin";

let mockResolvedRequestText: string | undefined = undefined;

Expand Down

0 comments on commit fcd284f

Please sign in to comment.