Commit 09015956 authored by Rachel Fox's avatar Rachel Fox

fix request typo

parent 3d9857f7
...@@ -55,7 +55,7 @@ describe('EmojiMenu', () => { ...@@ -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(); jest.spyOn(axios, 'request').mockReturnValue();
emojiMenu.addAward(dummyVotesBlock(), dummyAwardUrl, dummyEmoji, false, () => { 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