Skip to content

Commit 75961b6

Browse files
FloEdelmannaladdin-add
authored andcommitted
Fix tests
1 parent 3cef594 commit 75961b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/lib/configs/configs.js

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const plugin = require('../../../lib/index')
55

66
describe('configs', () => {
77
for (const name of Object.keys(plugin.configs)) {
8+
if (name.startsWith('flat/')) {
9+
continue
10+
}
11+
812
const configName = `plugin:vue/${name}`
913
const eslint = new ESLint({
1014
overrideConfigFile: true,

0 commit comments

Comments
 (0)