From 0a2abcc7387a09db89ed29e54d76c665542c3ca3 Mon Sep 17 00:00:00 2001 From: Leonardo Gatica Date: Wed, 22 Mar 2023 16:56:51 +0000 Subject: [PATCH] test: ignore ts definition error --- test/shared.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/shared.js b/test/shared.js index d0ea11b..ea85afc 100644 --- a/test/shared.js +++ b/test/shared.js @@ -25,6 +25,7 @@ const createContext = () => ({ gitTag: 'v1.0.0', notes: 'Release notes for version 1.1.0...', }, + // @ts-ignore logger: { log: () => ({}), error: () => ({}) }, })