()
| 480 | * don't share stale sessionFile paths. |
| 481 | */ |
| 482 | export function resetProjectForTesting(): void { |
| 483 | project = null |
| 484 | } |
| 485 | |
| 486 | export function setSessionFileForTesting(path: string): void { |
| 487 | getProject().sessionFile = path |
nothing calls this directly
no outgoing calls
no test coverage detected