(tmpPath, preserve)
| 18 | } |
| 19 | |
| 20 | function afterEach (tmpPath, preserve) { |
| 21 | if (preserve !== false) { |
| 22 | archive(tmpPath, testSuiteRunId); |
| 23 | } |
| 24 | cleanPath(tmpPath); |
| 25 | } |
| 26 | |
| 27 | // After should listen to the user via the config |
| 28 | // Before should always purge .tmp irregardless of config |
no test coverage detected