mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
we alredy run them via bazel. I also removed a bunch of obsolete files that bazel doesn't need. PR Close #27386
9 lines
188 B
Text
9 lines
188 B
Text
load("//tools:defaults.bzl", "jasmine_node_test")
|
|
|
|
jasmine_node_test(
|
|
name = "validate-commit-message",
|
|
srcs = glob(["*.js"]),
|
|
data = [
|
|
"commit-message.json",
|
|
],
|
|
)
|