@vitest/runner
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -133,6 +133,9 @@ import { processError } from '@vitest/utils/error'; | ||
for (const task of s.tasks) { | ||
if (isAtomTest(task)) | ||
if (isAtomTest(task)) { | ||
tests.push(task); | ||
else | ||
tests.push(...getTests(task)); | ||
} else { | ||
const taskTests = getTests(task); | ||
for (const test of taskTests) | ||
tests.push(test); | ||
} | ||
} | ||
@@ -139,0 +142,0 @@ } |
{ | ||
"name": "@vitest/runner", | ||
"type": "module", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Vitest test runner", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
"pathe": "^1.1.1", | ||
"@vitest/utils": "1.3.0" | ||
"@vitest/utils": "1.3.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1548
0
61582
+ Added@vitest/utils@1.3.1(transitive)
- Removed@vitest/utils@1.3.0(transitive)
Updated@vitest/utils@1.3.1