0.3.1 • Published 3 years ago

@zero-cli/zero-test v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.

See examples

License

MIT © Brent Mealhouse