Skip to content

feat: add executable smoke test module#324

Open
flyzorro wants to merge 4 commits intosnarktank:mainfrom
flyzorro:smoke-1773882747
Open

feat: add executable smoke test module#324
flyzorro wants to merge 4 commits intosnarktank:mainfrom
flyzorro:smoke-1773882747

Conversation

@flyzorro
Copy link
Copy Markdown

Summary

  • add the source-level src/smoke-test.js ESM entrypoint with a run() export
  • add focused smoke test coverage and wire npm test to run it
  • record the implementation details in the story progress log

Why

This gives the repo a stable smoke-test module that can be imported directly and confirms the required command prints the expected success message.

Testing

  • npm run build
  • npm test
  • node -e "import('/Users/zky/antfarm/src/smoke-test.js').then(m => m.run())"

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 19, 2026

@flyzorro is attempting to deploy a commit to the Ryan Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant