gitlab-ce/spec/frontend/notes
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
..
components make test of note app with comments disabled dry 2019-08-29 18:24:32 +00:00
stores Add failing test for hasQuickActions 2019-05-07 23:32:53 +02:00
old_notes_spec.js Add helpers to wait for axios requests 2019-09-05 12:56:17 +00:00