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

Commit

Permalink
chore: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent 6110c2e commit 8da2ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { expectTypeOf, test } from "vitest";

import { tsonBigint } from "./handlers/tsonBigint.js";
import { createTson } from "./tson.js";
import "./types.js";

test("types", () => {
const t = createTson({
Expand Down

0 comments on commit 8da2ef1

Please sign in to comment.