kormide / rules_jest

Bazel rules to run tests using https://jestjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel rules for jest

Runs tests with the https://jestjs.io/ test runner under Bazel.

rules_jest is just a part of what Aspect provides:

Installation

From the release you wish to use: https://github.com/aspect-build/rules_jest/releases copy the WORKSPACE snippet into your WORKSPACE file.

Usage

See the documentation in the docs folder and the example usages in the example folder.

Note that the example also relies on code in the /WORKSPACE file in the root of this repo.

About

Bazel rules to run tests using https://jestjs.io

License:Apache License 2.0


Languages

Language:Starlark 99.1%Language:JavaScript 0.5%Language:Shell 0.4%