Skip to content

Commit 0797def

Browse files
committed
chore: format
Committed-By-Agent: claude
1 parent c7c4592 commit 0797def

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

e2e/docs.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ const ROOT = join(import.meta.dirname, '..')
77
// All plan and design files must start with YYYY-MM-DD-
88
const DATE_PATTERN = /^\d{4}-\d{2}-\d{2}-[\w-]+\.md$/
99

10-
const CHECKED_DIRS = [
11-
'docs/plans/active',
12-
'docs/plans/completed',
13-
'docs/design',
14-
]
10+
const CHECKED_DIRS = ['docs/plans/active', 'docs/plans/completed', 'docs/design']
1511

1612
for (const dir of CHECKED_DIRS) {
1713
describe(`${dir} naming convention`, () => {

0 commit comments

Comments
 (0)