Skip to content

Commit

Permalink
Use fixturesPath()
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 30, 2021
1 parent 23e6e8c commit d776c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/__tests__/cli.test.js
Expand Up @@ -303,8 +303,8 @@ describe('CLI', () => {
'--formatter=json',
'--max-warnings=0',
'--config',
replaceBackslashes(path.join(fixturesPath, 'default-severity-warning.json')),
replaceBackslashes(path.join(fixturesPath, 'empty-block.css')),
fixturesPath('default-severity-warning.json'),
fixturesPath('empty-block.css'),
]);

expect(process.exitCode).toEqual(2);
Expand Down

0 comments on commit d776c5d

Please sign in to comment.