Skip to content

Commit 0a2abcc

Browse files
committed
test: ignore ts definition error
1 parent 8469ec0 commit 0a2abcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/shared.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const createContext = () => ({
2525
gitTag: 'v1.0.0',
2626
notes: 'Release notes for version 1.1.0...',
2727
},
28+
// @ts-ignore
2829
logger: { log: () => ({}), error: () => ({}) },
2930
})
3031

0 commit comments

Comments
 (0)