Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Add helpers to wait for axios requestsMartin Hanzel
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-08-30Fix test false passes on unmocked requestsMartin Hanzel
2019-08-20Fix assertion in mocks_helper_spec.jsWinnie Hellmann
2019-07-17Mockify jquery and axios packagesMartin Hanzel
Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().