| 1 | import { describe, expect, it } from '@jest/globals'; |
| 2 | // @ts-expect-error immutable is loaded automatically |
| 3 | import * as Immutable from 'immutable'; |
| 4 | import normalizeResult from './normalizeResult'; |
nothing calls this directly
no test coverage detected