| 1 | /* eslint-disable @typescript-eslint/no-non-null-assertion */ |
| 2 | // let tiles assert an insight is present in tests i.e. `tile!.insight` when it must be present for tests to pass |
| 3 | import { expectLogic, truth } from 'kea-test-utils' |
| 4 | import { initKeaTests } from '~/test/init' |
nothing calls this directly
no test coverage detected