| 1 | import * as assert from 'assert'; |
| 2 | import { getAndUpdateModeHandler } from '../extension'; |
| 3 | import { ModeHandler } from '../src/mode/modeHandler'; |
| 4 | import { newTest, newTestSkip } from './testSimplifier'; |
nothing calls this directly
no test coverage detected