()
| 41 | }, 1)); |
| 42 | |
| 43 | function writeFiles() { |
| 44 | fs.writeFileSync(ignoredLogPath, 'ignored'); |
| 45 | fs.writeFileSync(ignoredTmpPath, 'ignored'); |
| 46 | fs.writeFileSync(ignoredHiddenPath, 'ignored'); |
| 47 | fs.writeFileSync(testFilePath, 'content'); |
| 48 | } |
| 49 | |
| 50 | if (common.isMacOS) { |
| 51 | // Do the write with a delay to ensure that the OS is ready to notify us. See |
no test coverage detected