build: add @npm//jasmine-core dep back to jasmine_node_test in defaults.bzl (#29444)

PR Close #29444
This commit is contained in:
Greg Magolan 2019-03-21 12:11:29 -04:00 committed by Kara Erickson
parent 0b27c09b51
commit 693b350567
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ def jasmine_node_test(deps = [], **kwargs):
# Very common dependencies for tests # Very common dependencies for tests
"@npm//chokidar", "@npm//chokidar",
"@npm//domino", "@npm//domino",
"@npm//jasmine-core",
"@npm//mock-fs", "@npm//mock-fs",
"@npm//reflect-metadata", "@npm//reflect-metadata",
"@npm//source-map-support", "@npm//source-map-support",