Skip to content

Commit

Permalink
Fix lint test error on Windows (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinastone authored and sindresorhus committed Sep 25, 2019
1 parent f6bf4c0 commit 5cde9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5cde9aa

Please sign in to comment.