Skip to content

Commit 2c89f83

Browse files
committed
Fixed import paths in sorter after reorganization of tests directory
1 parent 43b2579 commit 2c89f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sorter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const sorter = (fileName: string) => {
1919
try {
2020
sortResult = sortImports(unsortedCode, parser, style, resolvedFilePath)
2121
} catch (e) {
22-
console.error('${fileName}:')
22+
console.error(`${fileName}:`)
2323
console.error(e)
2424
return
2525
}

0 commit comments

Comments
 (0)