Skip to content

Avoid external dependency for site tests#65

Merged
hackall360 merged 1 commit intomainfrom
codex/fix-site-tests-module-not-found-error
Sep 15, 2025
Merged

Avoid external dependency for site tests#65
hackall360 merged 1 commit intomainfrom
codex/fix-site-tests-module-not-found-error

Conversation

@hackall360
Copy link
Contributor

Summary

  • Replace marked package usage in site tests with in-repo minimal markdown parser
  • Implement simple markdown parser supporting code blocks and horizontal rules

Testing

  • for f in tests/site-*.mjs; do echo Running $f; node "$f"; done
  • set -e; for f in tests/pollilib-*.mjs; do echo Running $f; node "$f"; done
  • npm test

https://chatgpt.com/codex/tasks/task_b_68c761923dfc832fa29c7ed4b668dc07

@hackall360 hackall360 merged commit 69ccd53 into main Sep 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant