There was an error while loading. Please reload this page.
1 parent cab34ba commit 820bb00Copy full SHA for 820bb00
test/parallel/test-require-json.js
@@ -29,5 +29,6 @@ try {
29
} catch (err) {
30
assert.ok(
31
/test[/\\]fixtures[/\\]invalid\.json: Unexpected string/.test(err.message),
32
- 'require() json error should include path');
+ `require() json error should include path - currently: ${err.message}`
33
+ );
34
}
0 commit comments