Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 4, 2023
1 parent 4f108ed commit dfb30ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/tsonPromise.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import http from "node:http";
import { assert, expect, test, vi } from "vitest";
import { assert, expect, test } from "vitest";

import { TsonAsyncOptions } from "../async/asyncTypes.js";
import { createTsonParseAsyncInner } from "../async/deserializeAsync.js";
Expand Down

0 comments on commit dfb30ab

Please sign in to comment.