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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i testblazer

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

17.4 kB

Total Files

16

Last publish

Collaborators

  • ruchevits