Skip to content

Commit

Permalink
Updates testing docs to remove @build_bazel_rules_nodejs reference.
Browse files Browse the repository at this point in the history
Refs #63.

We recently updated the `jasmine_node_test()` wrapper to use `@aspect_rules_jasmine`, so this isn't really a "copy" of `@build_bazel_rules_nodejs'` `jasmine_node_test()`.
  • Loading branch information
dgp1130 committed Feb 18, 2023
1 parent c9e0693 commit aad2e69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,8 @@ 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()`, 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).
`jasmine_node_test()`, a
[slightly customized implementation of `@aspect_rules_jasmine`](/tools/jasmine.bzl).
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

0 comments on commit aad2e69

Please sign in to comment.