Skip to content

Commit 36d9096

Browse files
committed
Fix "no-unused-styles" suite name
otherwise validations schema is leaked to 'split-platform-components'
1 parent c870aa8 commit 36d9096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unused-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ const config = {
236236
tests.valid.forEach(t => Object.assign(t, config));
237237
tests.invalid.forEach(t => Object.assign(t, config));
238238

239-
ruleTester.run('split-platform-components', rule, tests);
239+
ruleTester.run('no-unused-styles', rule, tests);

0 commit comments

Comments
 (0)