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