UNPKG

test-executor

Version:

Executes test scripts in the specified dirs.

7 lines (4 loc) 123 B
const assert = require('assert') console.log('useful info') console.log('\nthis test is supposed to fail') assert(false)