Skip to content

Commit cb017d6

Browse files
authored
conf — render inline HTML in speaker bios (#2107)
* Render inline HTML in speaker bios * Fix doublewrapping in formatDescription and add unit tests * Stop passing redundant argument, it's all HTML now * Remove redundant comments
1 parent 0bd204b commit cb017d6

File tree

8 files changed

+254
-165
lines changed

8 files changed

+254
-165
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
"postbuild": "next-sitemap",
1818
"prebuild": "tsx src/get-github-info.ts",
1919
"serve": "pnpx serve out",
20-
"test": "playwright test",
20+
"test": "playwright test && pnpm test:unit",
21+
"test:e2e": "playwright test",
2122
"test:ui": "playwright test --ui",
23+
"test:unit": "node --import=tsx --test 'src/**/*.test.tsx'",
2224
"validate:snippets": "node scripts/validate-snippets.js"
2325
},
2426
"dependencies": {

scripts/sync-sched/schedule-2025.json

Lines changed: 73 additions & 67 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)