From ae73d45a83ec60ae65c90e8cc4ea07e986afd0e3 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 19 Jan 2022 12:44:03 +0100 Subject: [PATCH] fix linting --- libs/remix-tests/src/compiler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-tests/src/compiler.ts b/libs/remix-tests/src/compiler.ts index 94e37a43e3..b8fd320f00 100644 --- a/libs/remix-tests/src/compiler.ts +++ b/libs/remix-tests/src/compiler.ts @@ -47,7 +47,6 @@ function isRemixTestFile (path: string) { function processFile (filePath: string, sources: SrcIfc, isRoot = false) { const importRegEx = /import ['"](.+?)['"];/g - let group: RegExpExecArray| null = null const isFileAlreadyInSources: boolean = Object.keys(sources).includes(filePath) // Return if file is a remix test file or already processed