Skip to content

Commit

Permalink
chore: fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Nov 17, 2023
1 parent 849e0c6 commit 8bcd69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/timeline-state-resolver/src/__mocks__/got.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ const got: any = async (url: string | Options, options?: Options) => {
Object.keys(gotMethods).forEach((key) => {
got[key] = gotMethods[key]
})
got.default = got
export default got

0 comments on commit 8bcd69d

Please sign in to comment.