Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed May 21, 2024
1 parent e2939c6 commit 7dde7b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ip/test/ipv6.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/**
* @jest-environment node
*/
import { describe, expect, test, beforeEach, afterEach, jest } from "@jest/globals";
import {
describe,
expect,
test,
beforeEach,
afterEach,
jest,
} from "@jest/globals";
import ip, { RequestLike } from "../index";

type MakeTest = (ip: unknown) => [RequestLike, Headers];
Expand Down

0 comments on commit 7dde7b7

Please sign in to comment.