@cankode/test-runner-node
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@cankode/test-runner-node

runTests will glob search your disk and run every match it finds

// run-test.ts

import { runTests } from '@cankode/test-runner-node';

main();
async function main() {
  runTests('./**/*.spec.ts');
}

Readme

Keywords

none

Package Sidebar

Install

npm i @cankode/test-runner-node

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

7.71 kB

Total Files

7

Last publish

Collaborators

  • anderscan