()
| 513 | } |
| 514 | |
| 515 | function getTestStateFilePath() { |
| 516 | return files.pathJoin(files.getHomeDir(), '.meteortest'); |
| 517 | }; |
| 518 | |
| 519 | function readTestState() { |
| 520 | const testStateFile = getTestStateFilePath(); |
no outgoing calls
no test coverage detected
searching dependent graphs…