cypress-msw-interceptor
cypress-msw-interceptor copied to clipboard
Update documentation for importing setMswWorkerOptions
Just FYI I needed to do the following instead of what the documentation says
import { setMswWorkerOptions} from 'cypress-msw-interceptor/src/support';
vs
import { setMswWorkerOptions}, 'cypress-msw-interceptor;