diff --git a/test/lint-files.js b/test/lint-files.js index 71e7bba4..67afbfc6 100644 --- a/test/lint-files.js +++ b/test/lint-files.js @@ -122,7 +122,7 @@ test('enable rules based on nodeVersion', async t => { }); test('do not lint eslintignored files', async t => { - const cwd = path.join(__dirname, 'fixtures/eslintignore/'); + const cwd = path.join(__dirname, 'fixtures/eslintignore'); const glob = path.posix.join(cwd, '*'); const positive = path.resolve('fixtures/eslintignore/foo.js'); const negative = path.resolve('fixtures/eslintignore/bar.js');