| 1 | import { afterEach, before, describe, it } from '@ephox/bedrock-client'; |
| 2 | import { Arr, Num } from '@ephox/katamari'; |
| 3 | import { LegacyUnit, TinyAssertions, TinyHooks } from '@ephox/wrap-mcagar'; |
| 4 | import { assert } from 'chai'; |
nothing calls this directly
no test coverage detected