@zero-cli/zero-test
v0.3.1
Published
Run tests in any project with ZERO config
Downloads
24
Readme
@zero-cli/zero-test
Run tests in any project with ZERO config
⚠️ This project is experimental
We are still discovering the possibilities and goals of this project and will likely have many breaking changes before our 1.0.0
release. Use at your own risk.
Table of contents
Installation
yarn
yarn add @zero-cli/zero-test --dev
npm
npm i @zero-cli/zero-test --save-dev
Setup
{
"scripts": {
"test": "zero-test"
}
}
Usage
Write code, add tests, and run zero-test
.
Supports ES modules, React and/or TypeScript.
✨ No Babel config or TypeScript config necessary.
License
MIT © Brent Mealhouse