Skip to content

Commit

Permalink
test: ignore ts definition error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Mar 22, 2023
1 parent 8469ec0 commit 0a2abcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/shared.js
Expand Up @@ -25,6 +25,7 @@ const createContext = () => ({
gitTag: 'v1.0.0',
notes: 'Release notes for version 1.1.0...',
},
// @ts-ignore
logger: { log: () => ({}), error: () => ({}) },
})

Expand Down

0 comments on commit 0a2abcc

Please sign in to comment.