Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 1.04 KB

todo.md

File metadata and controls

12 lines (12 loc) · 1.04 KB
  • fix adding --test-only flag to node tests
    • maybe just needs multiple -- when calling npm scripts
  • support virmator init in a dir without any package.json yet
    • don't run init inside of non-top-level package dir to prevent accidents
  • better automated release notes in the tagged-release GitHub Actions workflow
  • ditch using c8, use --experimental-test-coverage --test-coverage-include 'src/**/*.ts' --test-coverage-exclude '**/*.test.ts' with built-in Node.js test runner instead
    • however, I might need to make a custom reporter to force the test to fail when coverage is not met
  • support npx virmator test node path/to/dir/ (test all files within that dir)
  • support passing a file path to virmator test that is relative to a mono-repo root, not the cwd
  • support mono-repo-root typedoc command that combines all sub packages