@travetto/test
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "@travetto/test", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Declarative test framework", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"@travetto/base": "^4.0.1", | ||
"@travetto/registry": "^4.0.1", | ||
"@travetto/registry": "^4.0.2", | ||
"@travetto/terminal": "^4.0.1", | ||
@@ -38,3 +38,3 @@ "@travetto/worker": "^4.0.1", | ||
"peerDependencies": { | ||
"@travetto/cli": "^4.0.1", | ||
"@travetto/cli": "^4.0.2", | ||
"@travetto/transformer": "^4.0.1" | ||
@@ -41,0 +41,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { path } from '@travetto/manifest'; | ||
import { RuntimeContext, RuntimeIndex, path } from '@travetto/manifest'; | ||
import { TimeUtil } from '@travetto/base'; | ||
@@ -55,2 +55,7 @@ import { WorkPool } from '@travetto/worker'; | ||
async runSingle(): Promise<boolean> { | ||
const mod = RuntimeIndex.getEntry(path.resolve(this.#state.args[0]))!; | ||
if (mod.module !== RuntimeContext.main.name) { | ||
RuntimeIndex.reinitForModule(mod.module); | ||
} | ||
const consumer = await RunnableTestConsumer.get(this.#state.consumer ?? this.#state.format); | ||
@@ -57,0 +62,0 @@ |
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
115279
3026
Updated@travetto/registry@^4.0.2