Skip to content

Commit

Permalink
test: remove .only to increase coverage 700%
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanTammekivi committed Apr 28, 2021
1 parent 50c6e90 commit 4953c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/no-unused-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ describe('test behavior for new file', () => {
});
});

describe.only('test behavior for destructured exports', () => {
describe('test behavior for destructured exports', () => {
ruleTester.run('no-unused-modules', rule, {
valid: [
test({ options: unusedExportsOptions,
Expand Down

0 comments on commit 4953c36

Please sign in to comment.