Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/generated-site.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test('generated deployment artifact contains the unified routes', async () => {
assert.match(home, /href="\/chapters\/"/);
assert.match(home, /Chapters Zero through Seven/);
assert.match(home, /href="\/"/);
assert.match(home, /Return to Awakening/);
assert.match(preamble, /One-click canon entrance/);
assert.match(preamble, /Humanity faces extinction/);
assert.match(preamble, /Canonical repository/);
Expand Down
Loading