Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Jun 11, 2024
1 parent aeb2511 commit d78c4ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion protocol/test/client.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { afterEach, beforeEach, describe, expect, jest, test } from "@jest/globals";
import {
afterEach,
beforeEach,
describe,
expect,
jest,
test,
} from "@jest/globals";
import { createClient } from "../client.js";
import { createRouterTransport } from "@connectrpc/connect";
import { DecideService } from "../gen/es/decide/v1alpha1/decide_connect.js";
Expand Down

0 comments on commit d78c4ab

Please sign in to comment.