test/a-test.js const assert = require(‘assert’) exports.example = () => assert.fail(‘implement me’) test/index.js // Creates a giant array of test functions from multiple // "suites"/vanilla node modules and executes…
test/a-test.js const assert = require(‘assert’) exports.example = () => assert.fail(‘implement me’) test/index.js // Creates a giant array of test functions from multiple // "suites"/vanilla node modules and executes…