cypress-msw-interceptor icon indicating copy to clipboard operation
cypress-msw-interceptor copied to clipboard

Update documentation for importing setMswWorkerOptions

Open wingy3181 opened this issue 2 years ago • 0 comments

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;

wingy3181 avatar Jan 11 '23 22:01 wingy3181