You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating:
"vitest": "^2.0.5"
"@vitest/coverage-v8": "^2.0.5",
to
"vitest": "2.1.8"
"@vitest/coverage-v8": "2.1.8",
Azure pipeline is failing. The only suspicious thing I can see is the testcase time. In 2.0.5 the "time" prop is like 0.068: time="0.068", in 2.1.8 time="0.068544161".
Hello @DaanyWaay. Please provide a minimal reproduction using a GitHub repository or StackBlitz (you can also use examples). Issues marked with needs reproduction will be closed if they have no activity within 3 days.
Describe the bug
After updating:
"vitest": "^2.0.5"
"@vitest/coverage-v8": "^2.0.5",
to
"vitest": "2.1.8"
"@vitest/coverage-v8": "2.1.8",
Azure pipeline is failing. The only suspicious thing I can see is the testcase time. In 2.0.5 the "time" prop is like 0.068: time="0.068", in 2.1.8 time="0.068544161".
Reproduction
vitest.config.ts:
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: