Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va closed a pull request on vitest-dev/vitest
docs: update test-suite.md
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> ### Please do...sheremet-va opened a pull request on vitest-dev/vitest
docs: update test-suite.md
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> ### Please do...sheremet-va created a branch on vitest-dev/vitest
sheremet-va-patch-2 - Next generation testing framework powered by Vite.
sheremet-va opened a pull request on vitest-dev/vitest
docs: update test-module
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> ### Please do...sheremet-va created a branch on vitest-dev/vitest
sheremet-va-patch-1 - Next generation testing framework powered by Vite.
sheremet-va created a comment on a pull request on vitest-dev/vitest
@AriPerkkio should we update the `onTaskUpdate` payload to include the type of action to make it easier to parse? (`test-started`, `file-finished`, etc)
sheremet-va created a review comment on a pull request on vitest-dev/vitest
You can look into it if you want if you think it's important. It's also just a fork of playwright's locators implementation
sheremet-va created a review comment on a pull request on vitest-dev/vitest
This doesn't actually fail, `locator` just creates a locator, it doesn't search for elements so it cannot fail
sheremet-va pushed 1 commit to main vitest-dev/vitest
- test: remove redundant snapshot name (#7114) bfea79f
sheremet-va closed a pull request on vitest-dev/vitest
test: remove redundant snapshot name
### Description I replaced `toMatchSnapshot(file)` with a simpler `toMatchSnapshot()` since `file` already appears in a `test.each` title. Also, `toMatchSnapshot("...")` API has an issue with...sheremet-va created a review comment on a pull request on vitest-dev/vitest
Change the name then
sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(typecheck): fix error test case mapping for `@ts-expect-error` (#7125) 27d340a
sheremet-va closed a pull request on vitest-dev/vitest
fix(typecheck): fix error test case mapping for `@ts-expect-error`
### Description - Cherry-picked a fix from https://github.com/vitest-dev/vitest/pull/7124 The bugs is reproducible on Vite 5 as well, so I extracted the fix in a separate PR. ### Please do...sheremet-va pushed 1 commit to main vitest-dev/vitest
- chore(deps): update dependency @rollup/plugin-node-resolve to v16 (#7117) Co-authored-by: renovate[bot] <29139614+re... 6957182
sheremet-va closed a pull request on vitest-dev/vitest
chore(deps): update dependency @rollup/plugin-node-resolve to v16
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-node-resolve](https://redirect.github.com/rollup/pl...sheremet-va closed an issue on vitest-dev/vitest
same "obsolete" snapshot message is reported before and after update
### Describe the bug I'm often confused with exact same "obsolete" message showing up on update run. Probably we can use a difference wording when obsolete snapshots are deleted. https://github...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(snapshot): fix "obsolete" message on snapshot update re-run (#7129) c2beb8c
sheremet-va closed a pull request on vitest-dev/vitest
fix(snapshot): fix "obsolete" message on snapshot update re-run
### Description - Closes https://github.com/vitest-dev/vitest/issues/7128 It looks like this is a bug since summary's option isn't updated on watch update re-run https://github.com/vitest-...sheremet-va closed a pull request on vitest-dev/vitest
fix(diff): truncate to avoid crash on diff large objects
### Description - Closes https://github.com/vitest-dev/vitest/issues/7009 This isn't fool-proof for all situations, but it seems to help dealing with some cases. For playwright's case, the...sheremet-va pushed 1 commit to main vitest-dev/vitest
- refactor: correct argument names (#7136) 8967f09