We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a snapshot differs, output currently looks like that:
- Expected - 1 + Received + 1 <p␊ data-v-ffea87fb=""␊ >␊ - May 12, 2023, ab 1 PM␊ + May 12, 2023, ab 3 PM␊ </p>␊
But unlike in this Markdown example, in vitest the legend (Expected / Received) colors are swapped:
https://stackblitz.com/edit/vitest-dev-vitest-1cdu7k?file=test/suite.test.ts
System: OS: macOS 13.3.1 CPU: (4) x64 Intel(R) Core(TM) i7-7660U CPU @ 2.50GHz Memory: 86.28 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.12.1 - ~/.nodenv/versions/18.12.1/bin/node npm: 8.19.2 - ~/.nodenv/versions/18.12.1/bin/npm Browsers: Safari: 16.4 npmPackages: @vitejs/plugin-vue: ^4.2.1 => 4.2.1 @vitest/coverage-c8: ^0.31.0 => 0.31.0 vite: ^4.3.5 => 4.3.5 vitest: ^0.31.0 => 0.31.0
npm
The text was updated successfully, but these errors were encountered:
Start a new pull request in StackBlitz Codeflow.
Sorry, something went wrong.
Fixed by #3314
No branches or pull requests
Describe the bug
If a snapshot differs, output currently looks like that:
But unlike in this Markdown example, in vitest the legend (Expected / Received) colors are swapped:
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-1cdu7k?file=test/suite.test.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: