Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va created a branch on sheremet-va/vitest
fix/not-dim-color - A Vite-native test framework. It's fast!
sheremet-va closed a pull request on vitest-dev/vitest
feat: support Vite v6 in mocker package
### Description This avoids warnings like: ``` └─┬ vitest 3.0.0-beta.2 └─┬ @vitest/mocker 3.0.0-beta.2 └── ✕ unmet peer vite@^5.0.0: found 6.0.3 ``` when using v3 beta with Vite ...sheremet-va pushed 2 commits to feat/multi-browser-config sheremet-va/vitest
sheremet-va pushed 2 commits to feat/multi-browser-config sheremet-va/vitest
sheremet-va created a review comment on a pull request on vitest-dev/vitest
this is a dev dep, it shouldn't be updated
sheremet-va pushed 2 commits to feat/multi-browser-config sheremet-va/vitest
sheremet-va pushed 3 commits to feat/multi-browser-config sheremet-va/vitest
sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest
- fix: expose browser sessions 5006f1b
sheremet-va pushed 5 commits to feat/multi-browser-config sheremet-va/vitest
- fix(runner): long synchronous tasks does not time out (fix #2920) (#6944) Co-authored-by: Vladimir <sleuths.slews0s@... 2fb585a
- 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
- Merge branch 'main' of github.com:vitest-dev/vitest into feat/multi-browser-config 99ef86e
sheremet-va created a tag on vitest-dev/vitest
v3.0.0-beta.2 - Next generation testing framework powered by Vite.
sheremet-va pushed 1 commit to main vitest-dev/vitest
- feat: prepare the Vitest API to be stable (#6962) 9a1b501
sheremet-va closed a pull request on vitest-dev/vitest
feat: prepare the Vitest API to be stable
### Description Goals of this PR: - Reduce the size of `core.ts` - Deprecate APIs that we exposed, and mark internal APIs with `@internal` to remove them from types - Document all relevant ...sheremet-va pushed 1 commit to refactor/vitest-prepare-stable sheremet-va/vitest
- docs: correction 2ad4d6f
sheremet-va pushed 1 commit to refactor/vitest-prepare-stable sheremet-va/vitest
- chore: lint 23602f0
sheremet-va created a review comment on a pull request on vitest-dev/vitest
Ah, it's the old one - thanks, I removed it
sheremet-va created a review comment on a pull request on vitest-dev/vitest
@AriPerkkio anything to add?
sheremet-va pushed 88 commits to refactor/vitest-prepare-stable sheremet-va/vitest
- docs(browser): add vanilla example (#7049) 545cfa2
- chore(deps): update dependency @edge-runtime/vm to v5 (#7053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@... 65e5451
- ci: check LICENSE.md diff (#7051) Co-authored-by: Ari Perkkiö <[email protected]> 8f58f06
- chore: link to home page from logo (#7050) 91d2f93
- feat(cli): Support location filters for suites (#7048) 751e2dc
- chore(deps): tweak `react-is` version for pretty-format (#7046) 4f718a2
- feat: `diff.printBasicPrototype: false` by default (#7043) 2b5c520
- fix(browser): fix user event state on preview provider (#7041) 8e94427
- fix(spy)!: spyOn reuses mock if method is already spyed on (#6464) Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.... b3e43d0
- feat(expect): add `toSatisfy` asymmetric matcher (#7022) f691ad7
- feat(ui): Make clicking on a test in the UI open the report section and scroll to the test failure if applicable (#6900) 1bf27f0
- fix: persist cli filters as watch mode file filter (#6955) cc70336
- test: update snapshots (#7055) fa75409
- fix(coverage): correct coverage when `isolate: false` is used (#6957) 426ce6d
- chore(deps): update all non-major dependencies (#7052) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.n... 4ddfe0c
- fix(runner): long synchronous tasks does not time out (fix #2920) (#6944) Co-authored-by: Vladimir <sleuths.slews0s@... 2fb585a
- fix(expect)!: check more properties for error equality (#5876) Co-authored-by: Vladimir <[email protected]> 100230e
- feat: prepare the Vitest API to be stable dd4f623
- chore: cleanup 250c4e4
- chore: add more type annotations, move globbing into a separate class a455c94
- and 68 more ...
sheremet-va created a comment on a pull request on vitest-dev/vitest
> We should probably hide test count when `testFile.total` is `0`: Do you want to just remove it without having any labels? ``` > fixtures/example.test.ts > fixtures/example.test.ts (0/0) ...
sheremet-va created a comment on an issue on vitest-dev/vitest
> awesome! is it already in the beta that just came out? Would love to try it out The beta is out, but this change is not yet released. Should be available later today though
sheremet-va created a comment on an issue on vitest-dev/vitest
This will be in Vitest 3 which comes out in January
sheremet-va closed an issue on vitest-dev/vitest
`toEqual/toStrictEqual` does not check custom Error properties
### Describe the bug Hi, I'm using the effect library to construct class instances, and I encounter the following issues, where the 2 assertions below pass (which is wrong): ```ts import { Schem...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(expect)!: check more properties for error equality (#5876) Co-authored-by: Vladimir <[email protected]> 100230e