()
| 31 | }, 1)); |
| 32 | |
| 33 | function writeFiles() { |
| 34 | fs.writeFileSync(ignoredFilePath, 'ignored'); |
| 35 | fs.writeFileSync(testFilePath, 'content'); |
| 36 | } |
| 37 | |
| 38 | if (common.isMacOS) { |
| 39 | // Do the write with a delay to ensure that the OS is ready to notify us. See |
no test coverage detected