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 78d951b commit 1541409Copy full SHA for 1541409
test/tools/unified-spec-runner/match.ts
@@ -263,7 +263,7 @@ export function resultCheck(
263
}
264
265
if (typeof actual !== 'object') {
266
- expect.fail('Expected actual value to be an object');
+ expect.fail(`Expected actual value at to be an object at ${path.join('')}`);
267
268
269
const expectedEntries = Object.entries(expected);
0 commit comments