| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 25dd8f6 commit 271c89e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,5 +14,8 @@ process.env.NODE_PATH = fixtures.path('module-require', 'relative'); | |||
| 14 | 14 | m._initPaths(); | |
| 15 | 15 | ||
| 16 | 16 | const c = require('.'); | |
| 17 | - | ||
| 18 | - assert.strictEqual(c.value, 42, 'require(".") should honor NODE_PATH'); | ||
| 17 | + assert.strictEqual( | ||
| 18 | + c.value, | ||
| 19 | + 42, | ||
| 20 | + `require(".") should honor NODE_PATH; expected 42, found ${c.value}` | ||
| 21 | + ); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments