0.1.0 • Published 8 years ago
testblazer v0.1.0
Testblazer
CLI
Run tests for the specified package
testblazer lone --env=.env test/data/applicationsRun tests for all packages in the specified directory
testblazer squad --patterns=$npm_config_patterns --env=../../../../.env testLibrary
const testblazer = require('testblazer')Chai
chai, chai-as-promised, chai-uuid
const { assert, expect, should } = testblazer.chaiSinon
const sinon = testblazer.sinonProxyquire
const proxyquire = testblazer.proxyquire