Skip to content

Commit f0be13b

Browse files
committed
chai tea
1 parent 4bf1384 commit f0be13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/unified-spec-runner/match.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export function resultCheck(
265265
expect(
266266
actual,
267267
`Expected actual (${inspect(actual)}) to be an ${Array.isArray(expected) ? 'array' : 'object'} at: ${path.join('')}`
268-
).to.satisfies(actual =>
268+
).to.satisfy(actual =>
269269
Array.isArray(expected) ? Array.isArray(actual) : typeof actual === 'object'
270270
);
271271

0 commit comments

Comments
 (0)