| 1 | import { Assert, after, before, describe, it } from '@ephox/bedrock-client'; |
| 2 | import { Arr, Optional, Type } from '@ephox/katamari'; |
| 3 | import { Css, Html, Insert, InsertAll, Remove, SugarBody, SugarElement } from '@ephox/sugar'; |
| 4 | // import { assert } from 'chai'; |
nothing calls this directly
no test coverage detected