build: fix size-tracking tests not running (#31779)

Currently when someone wants to explicitly run the
size-tracking tool tests, the size-tracking tool never
runs because of recent changes for the rules_nodejs
update broke the `entry_point` attribute.

PR Close #31779
This commit is contained in:
Paul Gschwendtner 2019-07-22 17:00:45 +02:00 committed by Kara Erickson
parent 0aff4a6919
commit 1d7aa0a92c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def js_size_tracking_test(
"@npm//source-map",
"@npm//chalk",
]
entry_point = ":index.ts"
entry_point = "//tools/size-tracking:index.ts"
nodejs_test(
name = name,