We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isObjectOf<T>
1 parent c09efc1 commit fbfda27Copy full SHA for fbfda27
is_test.ts
@@ -280,7 +280,7 @@ Deno.test("isObjectOf<T>", async (t) => {
280
});
281
await testWithExamples(
282
t,
283
- isObjectOf({ a: (_: unknown): _ is unknown => true }),
+ isObjectOf({ a: (_: unknown): _ is unknown => false }),
284
{ excludeExamples: ["record"] },
285
);
286
await t.step("with optional properties", async (t) => {
0 commit comments