Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 936 Bytes

todo.md

File metadata and controls

14 lines (12 loc) · 936 Bytes
  • 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)

in progress

  • update @augment-vir packages