Skip to content

Commit e859784

Browse files
committed
build: add missing args concat in snapshots e2e tests
Prior to this change, all snapshot tests were being executed using webpack
1 parent 944e964 commit e859784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _e2e_suite(name, runner, type, data, toolchain_name = "", toolchain = None):
165165
data = data,
166166
toolchain = toolchain,
167167
shard_count = TEST_SHARD_COUNT,
168-
templated_args = [
168+
templated_args = args + [
169169
"--ng-snapshots",
170170
"--glob=%s" % _to_glob(tests) if tests else "",
171171
"--ignore=%s" % _to_glob(ignore) if ignore else "",

0 commit comments

Comments
 (0)