Migrate ee mr_widget_options_spec to Jest
- waitForPromises() was needed in the afterEach because otherwise mock.restore() happens first and we make a bunch of unmocked requests.
Showing
Please register or sign in to comment
- waitForPromises() was needed in the afterEach because otherwise mock.restore() happens first and we make a bunch of unmocked requests.