Skip to content

Commit a0f50df

Browse files
authored
Merge pull request #1918 from Hack23/dependabot/npm_and_yarn/vitest-f41fc941a4
chore(deps): bump the vitest group with 3 updates
2 parents 9266b70 + a123f08 commit a0f50df

3 files changed

Lines changed: 62 additions & 62 deletions

File tree

package-lock.json

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
"@types/react-dom": "19.2.3",
202202
"@types/three": "0.184.1",
203203
"@vitejs/plugin-react": "6.0.1",
204-
"@vitest/coverage-v8": "4.1.5",
205-
"@vitest/ui": "4.1.5",
204+
"@vitest/coverage-v8": "4.1.6",
205+
"@vitest/ui": "4.1.6",
206206
"cypress": "15.14.2",
207207
"cypress-junit-reporter": "1.3.1",
208208
"cypress-multi-reporters": "2.0.5",
@@ -241,7 +241,7 @@
241241
"vite": "8.0.12",
242242
"vite-bundle-analyzer": "1.3.8",
243243
"vite-tsconfig-paths": "6.1.1",
244-
"vitest": "4.1.5"
244+
"vitest": "4.1.6"
245245
},
246246
"overrides": {
247247
"eslint-plugin-react-hooks": {

src/systems/animation/core/LateralityTransform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ describe("LateralityTransform", () => {
534534
const worstDuration = Math.max(...durations);
535535

536536
expect(averageDuration).toBeLessThan(5.0); // <5ms average performance budget
537-
expect(worstDuration).toBeLessThan(12.0); // tolerate occasional scheduler jitter in CI
537+
expect(worstDuration).toBeLessThan(50.0); // tolerate scheduler jitter in CI environments
538538
});
539539

540540
it("should not create unnecessary object copies for right laterality", () => {

0 commit comments

Comments
 (0)