[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

test: update snapshots (#7055)

authored by

Ari Perkkiö and committed by
GitHub
(Dec 9, 2024, 12:39 PM +0100) fa754094 cc703362

+2 -2
+2 -2
test/core/test/__snapshots__/jest-expect.test.ts.snap
··· 493 493 "diff": "- Expected 494 494 + Received 495 495 496 - Object { 496 + { 497 497 - "value": toSatisfy<(value) => value % 2 !== 0>, 498 498 + "value": 2, 499 499 }", ··· 512 512 "diff": "- Expected 513 513 + Received 514 514 515 - Object { 515 + { 516 516 - "value": toSatisfy<(value) => value % 2 !== 0, ODD>, 517 517 + "value": 2, 518 518 }",