@pixeloven-tooling/test

6.2.0 • Public • Published

@pixeloven-tooling/test

Pixel Oven tooling test

See our website PixelOven for more information or our issues board to report issues associated with this package.

Install

Using npm:

npm install --save-dev @pixeloven-tooling/test

or using yarn:

yarn add --dev @pixeloven-tooling/test

Usage

Note this package was originally created to encapsulate common dependencies and scripts used during the development of PixelOven. For a full public CLI experience please see our website pixeloven.

This simple package wraps jest, sinon and a few other dependencies used throughout our workflow.

Example of usage in package.json

{
  "devDependencies": {
    "@pixeloven-tooling/test": "6.2.0"
  },
  "scripts": {
    "test": "pixeloven-test --color --coverage",
    "test:ci": "pixeloven-test --ci --coverage",
    "test:watch": "pixeloven-test --watch"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @pixeloven-tooling/test

Weekly Downloads

1

Version

6.2.0

License

MIT

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • briangeb