testblazer

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i testblazer

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

17.4 kB

Total Files

16

Last publish

Collaborators

  • ruchevits