rules_jasmine
v1.2.0
published 1 year ago
6 stars
3 forks
4 watchers
Apache License 2.0
public
1 assets
259,700 downloads
36 KB
Compatibility level 1
WPSYHNiXIiW8443KzdiXrlrItBz1loNj1HuTn2x0WAI=
v1.2.0
May 22, 2024
[expand for release notes]

Bazel rules for Jasmine

Runs the Jasmine JS testing tool under Bazel.

rules_jasmine is just a part of what Aspect provides:

Installation

Usage

To run just the jasmine tests in a test pattern, you can use bazel test --test_lang_filters=jasmine [target pattern...].

API Docs

See usage examples in the examples/ directory.

Note that the examples rely on code in the /WORKSPACE file in the root of this repo.