commit | 6a6c1a2e123cfa5fb0b1df4a298d433215ca057f | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Jun 19 19:51:10 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Wed Jun 19 19:51:23 2024 +0000 |
tree | 87856da004ea8dc53423f8b65c01a48cf7c68a3d | |
parent | 52a041977ae4124cdbf0190fe0ef149bbc0230d0 [diff] |
Remove ambiguous Truth8.assertThat Change-Id: Ib4dff715f2e042c612aca6c4587c90a147002b62
See src/main/resources/documentation.
For running unit tests execute:
bazel test --test_output=all //plugins/automerger/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/automerger/web:lint_test bazel run //plugins/automerger/web:lint_bin -- --fix "$(pwd)/plugins/automerger/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/automerger/web:automerger cp -f bazel-bin/plugins/automerger/web/automerger.js plugins/
and let the Dev Helper redirect from .+/plugins/automerger/static/automerger.js
to http://localhost:8081/plugins_/automerger.js
.