build: add @npm//jasmine-core dep back to jasmine_node_test in defaults.bzl (#29444)
PR Close #29444
This commit is contained in:
parent
0b27c09b51
commit
693b350567
|
@ -275,6 +275,7 @@ def jasmine_node_test(deps = [], **kwargs):
|
|||
# Very common dependencies for tests
|
||||
"@npm//chokidar",
|
||||
"@npm//domino",
|
||||
"@npm//jasmine-core",
|
||||
"@npm//mock-fs",
|
||||
"@npm//reflect-metadata",
|
||||
"@npm//source-map-support",
|
||||
|
|
Loading…
Reference in New Issue