| 1 | // Test that the output of test-runner/output/abort.js matches test-runner/output/abort.snapshot |
| 2 | import '../common/index.mjs'; |
| 3 | import * as fixtures from '../common/fixtures.mjs'; |
| 4 | import { spawnAndAssert, defaultTransform, ensureCwdIsProjectRoot } from '../common/assertSnapshot.js'; |
nothing calls this directly
no test coverage detected