Skip to content

Commit dbbf59f

Browse files
authored
test(e2e): fix lerna filter when only 1 package to test (#3089)
1 parent dd66d1a commit dbbf59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/run-e2e-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ${packagesToTest.map((package) => package[0]).join("\n")}`);
4343
"run",
4444
"test:e2e",
4545
"--scope",
46-
`'{${packagesToTest.map((package) => package[1]).join(",")}}'`, // https://github.com/lerna/lerna/issues/1846#issuecomment-451172783
46+
`'{${packagesToTest.map((package) => `${package[1]},`).join()}}'`, // https://github.com/lerna/lerna/issues/1846#issuecomment-451172783
4747
"--concurrency",
4848
"1",
4949
],

0 commit comments

Comments
 (0)