Skip to content

Commit

Permalink
fix: add missing post on mock headers (#89)
Browse files Browse the repository at this point in the history
(cherry picked from commit ca14fa2)
  • Loading branch information
CezarManea authored and kingjan1999 committed Nov 12, 2022
1 parent b7d1f38 commit 1127800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mock-axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ MockAxios.interceptors = {
MockAxios.defaults = {
headers: {
common: [],
post: {},
},
};

Expand Down

0 comments on commit 1127800

Please sign in to comment.