aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-24 19:52:53 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-24 19:52:53 -0700
commit2cd1d59387b4e48c86e44935998e1bf62dc45902 (patch)
tree93c7839fb7a92d305fe2636df22b9c3d3342ac9f
parentb70210a005a4fa9ed6639e618020818fb0f695e8 (diff)
downloadbun-2cd1d59387b4e48c86e44935998e1bf62dc45902.tar.gz
bun-2cd1d59387b4e48c86e44935998e1bf62dc45902.tar.zst
bun-2cd1d59387b4e48c86e44935998e1bf62dc45902.zip
Update toml import type test
-rw-r--r--packages/bun-types/tests/toml.test-d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/tests/toml.test-d.ts b/packages/bun-types/tests/toml.test-d.ts
index eaf20e782..ef71b3e48 100644
--- a/packages/bun-types/tests/toml.test-d.ts
+++ b/packages/bun-types/tests/toml.test-d.ts
@@ -1,4 +1,4 @@
import { expectType } from "tsd";
import data from "../../../bunfig.toml";
-expectType<unknown>(data);
+expectType<any>(data);