Skip to content

Commit

Permalink
test: explicitily name file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Jul 29, 2019
1 parent d7e4a7a commit 7cb4b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/module.js
Expand Up @@ -8,7 +8,7 @@ describe('eslint-config-holy-grail', () => {
beforeEach(() => cli = new CLIEngine(config));

it('should lint a dummy text', () => {
const report = cli.executeOnText('');
const report = cli.executeOnText('', 'text.js');

expect(report.errorCount).to.equal(0);
});
Expand Down

0 comments on commit 7cb4b81

Please sign in to comment.