Browse Source

Removes useless eslint disable

main
Eric Amodio 1 year ago
parent
commit
a4348271be
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/test/suite/index.ts

+ 0
- 1
src/test/suite/index.ts View File

@ -11,7 +11,6 @@ export async function run(): Promise {
const testsRoot = path.resolve(__dirname, '..');
// eslint-disable-next-line @typescript-eslint/await-thenable
const files = await glob('**/**.test.js', { cwd: testsRoot });
// Add files to the test suite

Loading…
Cancel
Save