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 30a4d63Copy full SHA for 30a4d63
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 to be an object at: ${path.join('')}`);
267
268
269
const expectedEntries = Object.entries(expected);
0 commit comments