Commit fc792d1f authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-72179' into 'master'

fix request typo

See merge request gitlab-org/gitlab!38370
parents fa487fcf 09015956
......@@ -55,7 +55,7 @@ describe('EmojiMenu', () => {
});
});
it('does not make an axios requst', done => {
it('does not make an axios request', done => {
jest.spyOn(axios, 'request').mockReturnValue();
emojiMenu.addAward(dummyVotesBlock(), dummyAwardUrl, dummyEmoji, false, () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment