We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811564e commit 32098ecCopy full SHA for 32098ec
libs/remix-tests/src/compiler.ts
@@ -47,7 +47,6 @@ function isRemixTestFile (path: string) {
47
48
function processFile (filePath: string, sources: SrcIfc, isRoot = false) {
49
const importRegEx = /import ['"](.+?)['"];/g
50
- let group: RegExpExecArray| null = null
51
const isFileAlreadyInSources: boolean = Object.keys(sources).includes(filePath)
52
53
// Return if file is a remix test file or already processed
0 commit comments