chore: run updated prettier
This commit is contained in:
@@ -2871,7 +2871,7 @@ foo
|
||||
]
|
||||
}
|
||||
|
||||
for (const key of Object.keys(patterns) as (keyof (typeof patterns))[]) {
|
||||
for (const key of Object.keys(patterns) as (keyof typeof patterns)[]) {
|
||||
describe(key, () => {
|
||||
for (const { code, errors, options } of patterns[key]) {
|
||||
test(
|
||||
|
||||
Reference in New Issue
Block a user