| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6aeb44 commit 6b54024
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -366,7 +366,7 @@ Synchronous version of `spawnPwd`. | |||
| 366 | 366 | ### tmpDir | |
| 367 | 367 | * return [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | |
| 368 | 368 | ||
| 369 | - Path to the 'tmp' directory. | ||
| 369 | + The realpath of the 'tmp' directory. | ||
| 370 | 370 | ||
| 371 | 371 | ### tmpDirName | |
| 372 | 372 | * 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