From b3c09ac285acb5504c45a3cc0ebe5da067376a56 Mon Sep 17 00:00:00 2001 From: Kononnable Date: Sun, 27 Oct 2019 17:31:51 +0100 Subject: [PATCH] disable linting error --- test/integration/runTestsFromPath.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/runTestsFromPath.test.ts b/test/integration/runTestsFromPath.test.ts index b84cb12..32c143d 100644 --- a/test/integration/runTestsFromPath.test.ts +++ b/test/integration/runTestsFromPath.test.ts @@ -199,6 +199,8 @@ function compareGeneratedFiles(filesOrgPathTS: string, filesGenPath: string) { }); } +// TODO: Move(?) +// eslint-disable-next-line import/prefer-default-export export function compileGeneratedModel(filesGenPath: string, drivers: string[]) { const currentDirectoryFiles: string[] = []; drivers.forEach(driver => {