Skip to content

Commit 71510a1

Browse files
committed
fixup! test: run e2e tests on pre-compiled packages
1 parent 855c3bf commit 71510a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/legacy-cli/e2e_runner.ts

-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ async function findPackageTars(): Promise<{ [pkg: string]: PkgInfo }> {
323323
glob.sync(p, { realpath: true }),
324324
);
325325

326-
console.log('TARS: ', pkgs);
327-
328326
const pkgJsons = await Promise.all(pkgs.map((pkg) => extractFile(pkg, './package/package.json')));
329327

330328
return pkgs.reduce((all, pkg, i) => {

0 commit comments

Comments
 (0)