Skip to content

Commit 32098ec

Browse files
authored
fix linting
1 parent 811564e commit 32098ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-tests/src/compiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function isRemixTestFile (path: string) {
4747

4848
function processFile (filePath: string, sources: SrcIfc, isRoot = false) {
4949
const importRegEx = /import ['"](.+?)['"];/g
50-
let group: RegExpExecArray| null = null
5150
const isFileAlreadyInSources: boolean = Object.keys(sources).includes(filePath)
5251

5352
// Return if file is a remix test file or already processed

0 commit comments

Comments
 (0)