From a7a076c941b1f424ceba111bcb1fda062c40cafc Mon Sep 17 00:00:00 2001 From: Franco Date: Sat, 22 Jun 2024 02:43:02 +0300 Subject: [PATCH] pass build --- src/tests/cibusScraper.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/cibusScraper.test.ts b/src/tests/cibusScraper.test.ts index 0a1057b..8e1e456 100644 --- a/src/tests/cibusScraper.test.ts +++ b/src/tests/cibusScraper.test.ts @@ -1,3 +1,4 @@ +// @ts-ignore - This file is ignored by git, so we need to ignore the ts check in order to pass build import { CibusScraper } from "../cibusScraper"; import { options } from "./testConfig";