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.
1 parent 79e6b02 commit f4fdb3aCopy full SHA for f4fdb3a
src/__tests__/utils.test.ts
@@ -1,5 +1,5 @@
1
import { deepStrictEqual, ok } from 'node:assert/strict';
2
-import { describe, test, TestContext } from 'node:test';
+import { describe, test } from 'node:test';
3
import { ObjectId } from 'mongodb';
4
import { expectType } from 'ts-expect';
5
import { DefaultsOption } from '../schema';
@@ -451,7 +451,7 @@ describe('utils', () => {
451
for (const testCase of testCases) {
452
const [caseName, { input, expected }] = testCase;
453
454
- test(`case ${caseName}`, (t: TestContext) => {
+ test(`case ${caseName}`, () => {
455
// Given
456
ok(expected.length <= input.length);
457
0 commit comments