Skip to content

Commit

Permalink
Removes @bazel/jasmine.
Browse files Browse the repository at this point in the history
Refs #48.

This is no longer used as it has been replaced with a custom `@aspect_rules_js` implementation.
  • Loading branch information
dgp1130 committed Aug 2, 2022
1 parent ccba245 commit 6a7f383
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 783 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,9 @@ You can also use `npm run build` and `npm test` to build and test everything.
## Testing

Most tests are run in [Jasmine](https://jasmine.github.io/) using
[`jasmine_node_test()`](https://www.npmjs.com/package/@bazel/jasmine#jasmine_node_test).
`jasmine_node_test()`, a [custom `@aspect_rules_js` implementation](/tools/jasmine.bzl)
which mirrors the
[`@build_bazel_rules_nodejs` version](https://www.npmjs.com/package/@bazel/jasmine#jasmine_node_test).
These tests run in a Node Jasmine environment with no available browser (unless
they depend on WebDriverIO). The test can be executed with a simple
`bazel test //path/to/pkg:target`.
Expand Down
Loading

0 comments on commit 6a7f383

Please sign in to comment.