| 1 | import { readFileSync } from "fs"; |
| 2 | import { resolve } from "path"; |
| 3 | import { afterEach, beforeAll, describe, expect, it, vi } from "vitest"; |
| 4 | import { createDriver, navButton, SAMPLE_STEPS, useDriverHarness } from "./utils"; |
nothing calls this directly
no outgoing calls
no test coverage detected