0.1.0 • Published 6 years ago

testblazer v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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