Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va created a comment on a pull request on vitest-dev/vitest
Vitest 2 doesnβt support Vite 6
sheremet-va created a comment on an issue on vitest-dev/vitest
> Reproducer: [stackblitz.com/edit/vitest-dev-vitest-xzepei6n?file=package.json&view=editor](https://stackblitz.com/edit/vitest-dev-vitest-xzepei6n?file=package.json&view=editor) I just want to ...
sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest
- fix: don't return ctx.updateSnapshot 9ba935d
sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest
- test: rewrite browser tests to use several browsers da3c0c3
sheremet-va created a comment on a pull request on vitest-dev/vitest
Does this also add a project name to the output? I just noticed we don't print `|name|`
sheremet-va created a comment on an issue on vitest-dev/vitest
> This results in a change in behavior where Vitest now uses the node condition for browser environments when using Vite 6. I missed this part - we might need to inject default conditions now in...
sheremet-va created a comment on an issue on vitest-dev/vitest
There is no compatibility issue here. `happy-dom` and `jsdom` tests are running in Node.js with browser globals. There is no widespread decision on how the `browser` condition should be treated - s...
sheremet-va created a review comment on a pull request on vitest-dev/vitest
the whole point of this line is to have a typo
sheremet-va created a review comment on a pull request on vitest-dev/vitest
cnpm and pnpm is not the same thing https://github.com/cnpm/cnpm
sheremet-va opened a draft pull request on vitest-dev/vitest
feat: introduce the new reporter API
### Description THIS IS A DRAFT. ```ts interface Reporter { /** * This method is called when the error happens outside of the test. * * Possible errors: * - unhandled er...sheremet-va created a branch on sheremet-va/vitest
feat/new-reporter-api - A Vite-native test framework. It's fast!
sheremet-va created a comment on a pull request on vitest-dev/vitest
I can't really reproduce it - I've run it on the vite repo several times.
sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(benchmark): disable type testing while benchmarking (#7068) 4e60333
sheremet-va closed a pull request on vitest-dev/vitest
fix(benchmark): disable type testing while benchmarking
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> - Type tests sh...sheremet-va created a comment on a pull request on vitest-dev/vitest
Added another workaround. I agree would be nice to have this statistics in test suites themselves :D Maybe we can track it in the`state`
sheremet-va pushed 1 commit to feat/add-queued-state sheremet-va/vitest
- fix: move the stats check 3649ee2
sheremet-va pushed 6 commits to feat/add-queued-state sheremet-va/vitest
- fix(expect)!: check more properties for error equality (#5876) Co-authored-by: Vladimir <[email protected]> 100230e
- feat: prepare the Vitest API to be stable (#6962) 9a1b501
- chore: release v3.0.0-beta.2 2ff018a
- feat: support Vite v6 in mocker package (#7058) 96f47d3
- fix: don't use dim color for succeeded tests (#7059) 8a6f5f1
- Merge branch 'main' of github.com:vitest-dev/vitest into feat/add-queued-state 7d1688b
sheremet-va created a comment on a pull request on vitest-dev/vitest
> Testing this on Vite's `pnpm test-serve`, something breaks test count. There's `7/0` visible: Should be fixed
sheremet-va pushed 2 commits to feat/add-queued-state sheremet-va/vitest
sheremet-va created a comment on a pull request on vitest-dev/vitest
> Testing this on Vite's `pnpm test-serve`, something breaks test count. There's `7/0` visible: I will look into it. Any feedback on https://github.com/vitest-dev/vitest/pull/6931#issuecomment-2...
sheremet-va created a branch on sheremet-va/vitest
fix/reported-task-skipped-result - A Vite-native test framework. It's fast!
sheremet-va closed a pull request on vitest-dev/vitest
fix: don't use dim color for succeeded tests
### Description Before: <img width="482" alt="Screenshot 2024-12-10 at 16 53 52" src="https://github.com/user-attachments/assets/0400c6fa-ce98-4337-a328-0805ade45d65"> After: <img width="45...sheremet-va created a comment on a pull request on vitest-dev/vitest
@AriPerkkio any feedback? π
sheremet-va pushed 1 commit to main vitest-dev/vitest
- feat: support Vite v6 in mocker package (#7058) 96f47d3
sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest
- test: fix project name 59b4a40