Skip to content

Commit

Permalink
Remove 2 unnecessary eslint-disable directives (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Jan 31, 2025
1 parent efc1dea commit 664612d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ async function main() {
extensionTestsPath: untitledExtensionTestsPath,
launchArgs: [untitledWorkspace],
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (err) {
// tslint:disable-next-line:no-console
} catch {
console.error('Failed to run tests')
process.exit(1)
}
Expand Down

0 comments on commit 664612d

Please sign in to comment.