@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');
}

/@cankode/test-runner-node/

    Package Sidebar

    Install

    npm i @cankode/test-runner-node

    Weekly Downloads

    3

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    7.71 kB

    Total Files

    7

    Last publish

    Collaborators

    • anderscan