| 1 | import { strict as assert } from 'assert'; |
| 2 | import { LineRange } from '../../src/vimscript/lineRange'; |
| 3 | import { ITestObject, testIt } from '../testSimplifier'; |
| 4 | import { setupWorkspace } from '../testUtils'; |
nothing calls this directly
no test coverage detected