| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ee04c6 commit 0f3677d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -373,7 +373,7 @@ Synchronous version of `spawnPwd`. | |||
| 373 | 373 | ### tmpDir | |
| 374 | 374 | * return [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | |
| 375 | 375 | ||
| 376 | - Path to the 'tmp' directory. | ||
| 376 | + The realpath of the 'tmp' directory. | ||
| 377 | 377 | ||
| 378 | 378 | ### tmpDirName | |
| 379 | 379 | * return [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const util = require('util'); | |||
| 10 | 10 | const Timer = process.binding('timer_wrap').Timer; | |
| 11 | 11 | ||
| 12 | 12 | const testRoot = process.env.NODE_TEST_DIR ? | |
| 13 | - path.resolve(process.env.NODE_TEST_DIR) : __dirname; | ||
| 13 | + fs.realpathSync(process.env.NODE_TEST_DIR) : __dirname; | ||
| 14 | 14 | ||
| 15 | 15 | exports.fixturesDir = path.join(__dirname, 'fixtures'); | |
| 16 | 16 | exports.tmpDirName = 'tmp'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments