UNPKG

test-executor

Version:

Executes test scripts in the specified dirs.

6 lines (4 loc) 140 B
const { ExecutedTests } = require('./index'); new ExecutedTests( './test' ).call(); // or just new ExecutedTests('./example/test').call()