JSPM

@codecheck/scope-smoke

0.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q84916F
  • License MIT

CodeCheck scope plugin — generates smoke tests (happy path, does-it-run sanity checks)

Package Exports

  • @codecheck/scope-smoke

Readme

@codecheck/scope-smoke

Smoke test scope plugin for CodeCheck. Generates lightweight tests that verify functions execute without crashing on basic inputs.

Smoke tests don't assert exact outputs — they check that the function runs, returns something, and doesn't throw unexpectedly.

Part of the CodeCheck ecosystem.