6.2.0 • Published 5 years ago
@pixeloven-tooling/test v6.2.0
@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"
}
}
6.2.0
5 years ago
6.1.0
5 years ago
6.0.1
5 years ago
6.0.0
5 years ago
6.0.0-rc.28
5 years ago
6.0.0-rc.26
5 years ago
6.0.0-rc.24
5 years ago
6.0.0-rc.12
5 years ago
6.0.0-rc.5
5 years ago
6.0.0-rc.1
5 years ago
6.0.0-rc.0
5 years ago
6.0.0-beta.32
5 years ago
6.0.0-beta.28
5 years ago
6.0.0-beta.26
5 years ago
6.0.0-beta.25
6 years ago