gitlab-org--gitlab-foss/spec/frontend/mocks
Martin Hanzel bd20aeb64c Add helpers to wait for axios requests
Add two methods to the axios_utils Jest mock:

- `waitFor(url)`, which returns a Promise that resolves when the
  next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
  pending requests finish.
2019-09-05 12:56:17 +00:00
..
ce/lib/utils Add helpers to wait for axios requests 2019-09-05 12:56:17 +00:00
node Fix test false passes on unmocked requests 2019-08-30 14:29:02 -04:00
mocks_helper.js
mocks_helper_spec.js Fix test false passes on unmocked requests 2019-08-30 14:29:02 -04:00