| 1 | // @vitest-environment jsdom |
| 2 | import { expectSaga } from 'redux-saga-test-plan'; |
| 3 | import { describe, it, vi, beforeEach, afterEach, expect } from 'vitest'; |
| 4 | import { select, take } from 'redux-saga/effects'; |
nothing calls this directly
no test coverage detected