mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
Update Domain Registry to Closure Rules v0.2.3
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126911095
This commit is contained in:
parent
1ed77d5572
commit
5ebfb87651
8 changed files with 30 additions and 25 deletions
|
@ -22,9 +22,11 @@ closure_js_test(
|
|||
size = "medium",
|
||||
timeout = "short",
|
||||
srcs = glob(["*_test.js"]),
|
||||
compilation_level = "WHITESPACE_ONLY",
|
||||
deps = [
|
||||
":testing",
|
||||
"//javascript/closure",
|
||||
"//java/google/registry/ui/js",
|
||||
"//javascript/closure:testing",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -24,6 +24,7 @@ closure_js_test(
|
|||
size = "medium",
|
||||
timeout = "short",
|
||||
srcs = glob(["*_test.js"]),
|
||||
compilation_level = "WHITESPACE_ONLY",
|
||||
deps = [
|
||||
":console_test_util",
|
||||
"//javascript/closure",
|
||||
|
@ -31,5 +32,6 @@ closure_js_test(
|
|||
"//java/google/registry/ui/js/registrar",
|
||||
"//java/google/registry/ui/soy/registrar:Console",
|
||||
"//javatests/google/registry/ui/js:testing",
|
||||
"//javascript/closure:testing",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue