Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vitest-dev/vitest

Next generation testing framework powered by Vite.
https://github.com/vitest-dev/vitest

chore: cleaning up test for ViewReport.cy.tsx (#1123)

e6fd661b3d372a3c125bb964b442d2c0138ef972 authored almost 3 years ago
chore: improve log display

0c60c899d9248ad737262fbfe3a416818a1fc932 authored almost 3 years ago
fix: add `vite-node` to root `dev` script (#1129)

5f536809b5f1437f6213556ec48a0e6e315794eb authored almost 3 years ago
fix: Issue Template docs link (#1128)

03aff855e018cd38c9e81c941f19c480253d97d9 authored almost 3 years ago
chore: fix link in comment (#1126)

52fb5481240b3236c8fab077e25b113cbfa8a6f0 authored almost 3 years ago
release v0.9.2

6ecb4213aeb96414320165e3aec52670e30ef32f authored almost 3 years ago
chore: fix ui build script

3fc3bd7d5543e55f07243229d6b1dc42ddd521cd authored almost 3 years ago
release v0.9.1

26f33390de1b4823e48cda99566d54001b72e643 authored almost 3 years ago
feat(ui): fix file error + add colored support (#1108)

b737476470d0eb100e9852c46e1c7ff73b759cad authored almost 3 years ago
feat: extend `config.outputFile` to allow objects, close #1068 (#1073)

Co-authored-by: steve <[email protected]>

a63cfa2e517340790fa3b8fd57a16109c5293df0 authored almost 3 years ago
fix: re-export mock types (#1120)

45ef020cd4fbe7f426aa355bd8adba046429a49c authored almost 3 years ago
fix: make automocking aware of symbol indexed methods (#1119)

Co-authored-by: eleith <[email protected]>

06faf8ad491745e63d86994f754f476b85826e64 authored almost 3 years ago
fix: `displayDiff` with non-string

61fbddb39d63da238c1c43d968fda5c8bb17b973 authored almost 3 years ago
release v0.9.0

e27068b5379427a2b7ac5f2cd73feeb88fdf54fa authored almost 3 years ago
feat: less verbose CI output by default (#1087)

a06f2472c941be7ed7cd213830706ea4dc87f413 authored almost 3 years ago
feat: add vi.resetModules (#1102)

eb13d34c0adcbff8936fec8e2434292d1e70f7e7 authored almost 3 years ago
fix(vite-node): remove unsafe checks for inlining dependencies (#1097)

c4a25ae75aea173ca5da72a73ffac4fb2e91ba64 authored almost 3 years ago
release v0.8.5

60b239cf928215dc55234ad8abcca743e742cd9f authored almost 3 years ago
chore: update deps

68b186c47b2d5afd5757f8a508241202ce641113 authored almost 3 years ago
fix(mock-api): provide an explainatory error message when the mocks API hoisting doesn't work (#1098)

0b6d980c80c2c9d54bf3687d73315b901bd6cd0f authored almost 3 years ago
fix: exported configDefaults has right type (#1117)

16961951e7fbee736ff835fd2fa3ecdc90d5ec90 authored almost 3 years ago
fix: rerun tests on --changed, if test was changed (#1115)

6473fd47c1998854e5ad89a421f48ea72975bacd authored almost 3 years ago
fix: hide ignored stacktrace on windows (#1116)

57c048bfdaa1498f6284c101f4ede78c9e5b5a66 authored almost 3 years ago
docs: update features.md (#1114)

c4d1151fb3e8110eafd12bdadabf9eb69e3978ef authored almost 3 years ago
fix(ui): hide native codemirror scrolls on firefox (#1105)

cf226c5a0eb98bf3c9fd5f97d8087a30e0daa7a0 authored almost 3 years ago
fix(ui): a11y + codemirror scrolls + minor addons (#1103)

a1188b5e356319a3ce9c6fd26c8983f8c54fcaeb authored almost 3 years ago
fix: really disable deps optimization (#1104)

0d2413f5dc98234737b11825e5466fd9241594d1 authored almost 3 years ago
feat: add resolveSnapshotPath option (#1101)

5cc592be9760f6141104ce13aca40a86342bbcca authored almost 3 years ago
fix: don't reexport vi utils from vitest (#1100)

6f552751df1ecae24d030129f0391280cf4f8464 authored almost 3 years ago
fix(logs): collect logs per test (#1088)

b24fb2535991df1f1053973e48c5a7e46b543135 authored almost 3 years ago
chore(deps): update all non-major dependencies (#1094)

Co-authored-by: Renovate Bot <[email protected]>

16684b2ae2823e975953358cf13b1520a43b4ca0 authored almost 3 years ago
docs: add missing word in threads section (#1093)

aa740c96c17cad634802fe87939ded87593d74c1 authored almost 3 years ago
feat: show all spy calls on assertion error (#1091)

b027d1617eac9da698255a0a7ae3e1fe3a54e872 authored almost 3 years ago
fix: fix duration when fake timers are enabled (#1089)

bec43fc2f6c3b154893305be8d052b84cd32a8c4 authored almost 3 years ago
docs: fix a typo (#1090)

48a82ed6cf13ead972af44f0a188995f5419d931 authored almost 3 years ago
fix: get taskId before scheduling console (#1086)

cb90dcba2b6835b521dfabb2d875140a7c1d0c51 authored almost 3 years ago
fix: typescript allows new Spy, add lastCall support for spy (#1085)

668015277fa8f4f90c5fd518dac33826c9e6d565 authored almost 3 years ago
chore: apply lint

db824cf434baf65abcf4960f46d98768ea99b926 authored almost 3 years ago
release v0.8.4

4cc2a294fbf3fbe2dad378da807ef0a1678b6102 authored almost 3 years ago
chore: update linter

ef856a66f2eb12fdc5f41968a472978e359f8466 authored almost 3 years ago
feat: reprint all tests, if one of the test files was deleted (#1081)

Co-authored-by: Anthony Fu <[email protected]>

2ded62465d73eff2a719d1ab1c3d9647e43c2cd1 authored almost 3 years ago
feat: add commands to run tests depending on changed files (#1078)

3c965d4e8065c7d727cc53c31578dd03e616c5f4 authored almost 3 years ago
fix: automocking prototype fix (#1083)

885b25d4f2edbd2f7e8548d79ad62375b56962e3 authored almost 3 years ago
release v0.8.3

ed8ef9e1d9e923622cccb65c3b990fd2b1bbbf6b authored almost 3 years ago
fix: normalize mock dep, remove ?t= from path (#1080)

382aa351421d378c4b16301b7d94184e061e9a72 authored almost 3 years ago
feat: stubGlobals helper (#1079)

15829489eb50ee176f0084c7636ca2ff63b4e4a6 authored almost 3 years ago
chore: don't publish sourcemaps (#1074)

f04a4275b4b13bd002c5507756e3c73c64903ebd authored almost 3 years ago
feat: show more details when no test files found (#1033)

* chore: resolve conflict

* feat: show more details when test files not found

* chore: fix...

190b1c1937b4bb7ed55b5fcf2c1643d2f75f95ba authored almost 3 years ago
release v0.8.2

978d37c11259506a3e523341a4fc6b10cf331ec7 authored almost 3 years ago
chore: ungrade user-event

93c57df948758bc2ef6c995d48c92e96784b5312 authored almost 3 years ago
fix: inconsistency with globTestFiles and isTargetFile (fix #981, #982) (#1070)

64f302d0cf79c1a1597472b4469288a6b014bf68 authored almost 3 years ago
chore: update example

cadefe56868350b740e638b6559af37bccb6e2d2 authored almost 3 years ago
chore: update deps

43f681914aee129f50541e75f581b7f16a098952 authored almost 3 years ago
fix: vitest run do not normalize paths on windows x64 platforms (#1064)

87542f84c5dd74892588c5fa3fed7fe68f56c53d authored almost 3 years ago
chore: update patak sponsors image url (#1061)

43ef6bbfea686fc726cb06b00605b1ee31ff83e7 authored almost 3 years ago
docs: use jsdom for vue examples (#1059)

The VTU team got several reports of errors with happy-dom,
that developers tried after seeing i...

2be420f982a01dced40881dba391f2f2b5be1456 authored almost 3 years ago
chore: typo (#1056)

7b732bdcc5385a93bc5646bbb249b956f6ae7e0a authored almost 3 years ago
release v0.8.1

531c37ffc9061ee254b6817efeb3e61cd094b6c7 authored almost 3 years ago
fix: downgrade engine requirement

2d84a1eb64500edb9c33e053c8b052f55d396cc4 authored almost 3 years ago
release v0.8.0

44dfd4453785348568f58a627eb5b2dc83645374 authored almost 3 years ago
fix: remove depercated `global` option in favor of `globals` (#970)

2d662ec2a0cc1ff07a24164efeae37748b3417b6 authored almost 3 years ago
fix: align json output with jest's (#1034)

3326332528b9d33498e111296d2d51abee1b0570 authored almost 3 years ago
feat(vite-node): support debug flag to emit additional info

6dd7f53588d03688b7ade05dbc5e0c314beb962e authored almost 3 years ago
fix(web-worker): deps externality

b5d97b0052f8cf2b8db4266603a6aa2eb216638d authored almost 3 years ago
refactor(vite-node): type generation

b2362bc8cda4f5864727ca42b0c28ee06bc25cf5 authored almost 3 years ago
docs: typo (#1051)

fc86d072822f40a2f866eae3f93c919b660182eb authored almost 3 years ago
release v0.7.13

548053f56d2c9dfa7f9918d5cba60cc48b8ef7e9 authored almost 3 years ago
chore: update lock

59887fbbf84ea4cb3581ef7e5bdc4cac48999c44 authored almost 3 years ago
docs: typos (#1048)

758822706994a6f48a10daa3cdca00810d6c701c authored almost 3 years ago
docs: review MockInstance in docs/api/index.md (#1047)

f7b81d032a5e2c0d1f122c81a07cd075050ba01a authored almost 3 years ago
fix(ui): open in IDE and error styles (#1039)

088b2dd4ea6b0ba5afcc389cd36204051ca27a4c authored almost 3 years ago
chore(deps): update all non-major dependencies (#1042)

Co-authored-by: Renovate Bot <[email protected]>

ffa022803457a09d6bd520f578a16c95dcf9e926 authored almost 3 years ago
docs: fix typo (#1044)

255a7138a0e00e2bbb8cf93b8a7ad4df892bbc55 authored almost 3 years ago
docs: typo

8189955c47ee0488df4aeb8a1251a4093dfcc6eb authored almost 3 years ago
chore(deps): update actions/setup-node action to v3 (#1043)

Co-authored-by: Renovate Bot <[email protected]>

1d510738b738c06f5fb169470a953e483ff11a65 authored almost 3 years ago
docs: add spy assertions (#1040)

* docs: add spy assertions to docs

* chore: ignore ltex rules

b6b9113e62008fbb9940fb362a36c85934d233da authored almost 3 years ago
release v0.7.12

722d4ddfba5cfacc2c3e0b7611fa4dedfd8c2595 authored almost 3 years ago
feat(ui): allow case insensitive search & optmize search (#1035)

c6dd63accf8c0b47f6ab9e424aca96004316437d authored almost 3 years ago
fix: event target mismatch with global event (#1036)

* fix: event target mismatch with global event

* test: dom doesn't throw

* chore: cleanup

a880d3f17a454a52948af4d32117a4c1d99f2519 authored almost 3 years ago
docs: update readme

a0b03f9839734fe8ca4c091feb746260ba482522 authored almost 3 years ago
docs: add Chinese entry

5485fd308e7eef9ef4045f347d5833b152791de8 authored almost 3 years ago
feat: add parameter for test name of each (#1031)

* feat: add parameter for test name of each api

* fix: each test name escaped case

* fix: ...

4210c391223e960f5b54c1417f68c3307b55adc6 authored almost 3 years ago
docs: review Vi in docs/api/index.md (#1030)

05b3b777263541b1a1ebff7b815718b2d35f6e0c authored almost 3 years ago
release v0.7.11

8586ffdf0c1688c05f24a45919430749517c6820 authored almost 3 years ago
docs: updates for `vi.mock` in the API section (#1021)

* Update docs api mocks section

* Removed misplaced space

* Update docs/api/index.md

Co...

ec40047b4eba8571c08c68152228a2f611d9d713 authored almost 3 years ago
fix: assertions error message (#1027)

f52cd934ca2d61c870c91e6e6af9d6c646944252 authored almost 3 years ago
docs: remove redundant description (#1025)

Co-authored-by: jpliu6 <[email protected]>

f4f26cb3c5b1a348d5948189e81dcc7647b2ef7a authored almost 3 years ago
fix: don't use global timers (#1026)

16d65a7ffab520faa4b344041fba05442dd9e7e9 authored almost 3 years ago
fix: inlining vitest in cnpm (#1015)

* fix: inlining vitest in cnpm

* chore: cleanup

f1b247ff4c7dd612174ce9b7f9f958a07712f973 authored almost 3 years ago
docs: improve typescript setup explaination, close #1019 (#1020)

725bc925293511e77cd12bdc6d5913c3fc39074d authored almost 3 years ago
docs: Add IntelliJ debug instructions (#1018)

* docs: Add IntelliJ debug instructions

The `--threads false` part is important, because the ...

329f9ca34df7ba52c64494ef48cd59da676f0d34 authored almost 3 years ago
release v0.7.10

ff1a4e394776d60c84cf5330b658df8c756ec709 authored almost 3 years ago
fix: relax engine requirements

7719bb0787cac824d1993335824053d6aecfde62 authored almost 3 years ago
docs: Add test.each and describe.each to the documentation (#1009)

Co-authored-by: Lazarski, Michael (OTD) <[email protected]>

772badfbe897220afe1906794d591a9858e66cd4 authored almost 3 years ago
release v0.7.9

c0ee28d503f27a2615b7e6550dd41fc8fbcaa9cc authored almost 3 years ago
fix(vite-node): circular deps detection

873d89aac65f93f4e5011400839eee9720288657 authored almost 3 years ago
fix(ui): router plugin in ui (#1007)

c9f53f21f341bf119c4009115c94375a2aaa39d8 authored almost 3 years ago
release v0.7.8

18c1565b8f52c11e7cfe1e9abed6da8db465a3a1 authored almost 3 years ago
fix: type error (#1002)

ce7927d0df0f4dd55b17463cf1d15a1070831354 authored almost 3 years ago
fix: lower engines (#1006)

Vercel uses aws lambda versions in it's build process. Currently the latest v14 version used by ...

68ed206733865194a123bcf9c8a7eacebbcf1403 authored almost 3 years ago