testeranto 0.219.9 → 0.219.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ var externalTests = true;
101
101
  var nodeBuildCommand = (fpath) => {
102
102
  if (externalTests) {
103
103
  console.log("external tests", process.cwd());
104
- return `yarn tsx node_modules/testeranto/src/server/runtimes/node/node.ts ${fpath} testeranto/testeranto.yml`;
104
+ return `yarn tsx node_modules/testeranto/src/server/runtimes/node/node.ts ${fpath}`;
105
105
  } else {
106
106
  console.log("not external tests");
107
107
  return `yarn tsx src/server/runtimes/node/node.ts /workspace/${fpath}`;