Skip to content

Commit 4c2bfe4

Browse files
committed
Fix test to pass lint.
1 parent 2bbe002 commit 4c2bfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe('all rule files should be exported by the plugin', () => {
2121
});
2222
});
2323

24-
describe('configurations', function() {
25-
it('should export a \'recommended\' configuration', function() {
24+
describe('configurations', () => {
25+
it('should export a \'recommended\' configuration', () => {
2626
assert(plugin.configs.recommended);
2727
});
2828
});

0 commit comments

Comments
 (0)