()
| 516 | * don't share stale sessionFile paths. |
| 517 | */ |
| 518 | export function resetProjectForTesting(): void { |
| 519 | project = null |
| 520 | } |
| 521 | |
| 522 | export function setSessionFileForTesting(path: string): void { |
| 523 | getProject().sessionFile = path |
no outgoing calls
no test coverage detected