| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 835ca63 commit 0be7f8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,6 @@ try { | |||
| 28 | 28 | require(fixtures.path('invalid.json')); | |
| 29 | 29 | } catch (err) { | |
| 30 | 30 | assert.ok( | |
| 31 | - /test[/\\]fixtures[/\\]invalid\.json: Unexpected string/.test(err.message), | ||
| 32 | - `require() json error should include path - currently: ${err.message}` | ||
| 33 | - ); | ||
| 31 | + /test[/\\]fixtures[/\\]invalid\.json: /.test(err.message), | ||
| 32 | + `require() json error should include path: ${err.message}`); | ||
| 34 | 33 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments