feat(ui): show unhandled errors on the ui#4380
Merged
sheremet-va merged 26 commits intovitest-dev:mainfrom Jan 12, 2024
Merged
Conversation
|
|
✅ Deploy Preview for fastidious-cascaron-4ded94 canceled.
|
Member
|
@spiroka this ready for review? |
Contributor
Author
Not yet. I will add some tests and rebase. |
3263aa8 to
3a71dc1
Compare
Contributor
Author
|
@dammy001 |
sheremet-va
reviewed
Nov 13, 2023
sheremet-va
requested changes
Nov 15, 2023
sheremet-va
reviewed
Nov 19, 2023
| @@ -0,0 +1,60 @@ | |||
| <script setup lang="ts"> | |||
| import { isPrimitive } from 'vitest/utils' | |||
Member
There was a problem hiding this comment.
Please don't import from vitest/ in UI package. Only relative paths are allowed there. This particular function can just be inlined
renovate bot
referenced
this pull request
in JoshuaKGoldberg/all-contributors-auto-action
Feb 26, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`1.1.3` -> `1.3.1`](https://renovatebot.com/diffs/npm/vitest/1.1.3/1.3.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v1.3.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.3.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) ##### 🚀 Features - **vitest**: Expose parseCLI method - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5248](https://togithub.com/vitest-dev/vitest/issues/5248) [<samp>(c793a)</samp>](https://togithub.com/vitest-dev/vitest/commit/c793a136) - This feature is not affected by SemVer because it is part of an [experimental API](https://vitest.dev/advanced/api.html). ##### 🐞 Bug Fixes - Add task tests iteratively - by [@​DerYeger](https://togithub.com/DerYeger) in [https://github.com/vitest-dev/vitest/issues/5235](https://togithub.com/vitest-dev/vitest/issues/5235) [<samp>(38155)</samp>](https://togithub.com/vitest-dev/vitest/commit/38155548) - **coverage**: Ignore generated TS decorators - by [@​AriPerkkio](https://togithub.com/AriPerkkio) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5206](https://togithub.com/vitest-dev/vitest/issues/5206) [<samp>(a2804)</samp>](
Description
Adds info about unhandled errors to the ui and html reports.
closes #4317
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.