summaryrefslogtreecommitdiff
path: root/spec/frontend/lib/utils/axios_utils_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-181-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-141-0/+1
|
* Add helpers to wait for axios requestsMartin Hanzel2019-09-051-0/+45
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.