@travetto/test
Advanced tools
Comparing version 0.0.72 to 0.0.73
@@ -30,3 +30,3 @@ { | ||
}, | ||
"version": "0.0.72" | ||
"version": "0.0.73" | ||
} |
@@ -121,3 +121,3 @@ import { LocalExecution, ChildExecution, serializeError, deserializeError } from '@travetto/exec'; | ||
return new ConcurrentPool(async () => { | ||
const worker = new ChildExecution(`node ${require.resolve('../../bin/travetto-test.js')}`, true); | ||
const worker = new ChildExecution(require.resolve('../../bin/travetto-test.js'), true); | ||
worker.init(); | ||
@@ -124,0 +124,0 @@ await worker.listenOnce(Events.READY); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50833