Skip to content

Commit 829350a

Browse files
committed
Add facetName tests
Also: - Add a default categories: [] to collections if they lack it - Add title to some categories to be able to properly assert their title - Fix permalinks for all posts in the fixture - Update the top comment-block to reflect the changes - Remove some redundant checks - Remove DOM-coupling and specific checks for DOM structure
1 parent fc88a52 commit 829350a

File tree

2 files changed

+274
-276
lines changed

2 files changed

+274
-276
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- For multiple expressions with logical operators (&&, ||), break lines after each operator
77
- No trailing whitespace at the end of lines
88
- In multiline comments, add blank lines between logical points for readability
9+
- Respect existing indentation style when editing files (maintain consistency with surrounding code)
910

1011
## Test Assertions Formatting
1112
- Assertion function call on one line (e.g., `t.ok(`, `t.equal(`, `t.notOk(`)

0 commit comments

Comments
 (0)