Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43 | GitLab Bot | 2021-04-20 | 2 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42 | Robert Speicher | 2021-01-20 | 3 | -15/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -1/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 2 | -8/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-25 | 2 | -21/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-24 | 1 | -15/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 1 | -0/+8 |
| | |||||
* | Add helpers to wait for axios requests | Martin Hanzel | 2019-09-05 | 1 | -0/+62 |
| | | | | | | | | | 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. | ||||
* | Fix test false passes on unmocked requestsmh/jest-fail-unmocked-requests | Martin Hanzel | 2019-08-30 | 3 | -6/+8 |
| | |||||
* | Fix assertion in mocks_helper_spec.js | Winnie Hellmann | 2019-08-20 | 1 | -1/+3 |
| | |||||
* | Mockify jquery and axios packages | Martin Hanzel | 2019-07-17 | 4 | -0/+235 |
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(). |