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

fix: `describe` async support (#750)

* Revert "fix: remove `describe` async support (#746)"

This reverts commit f9b52c1be16329a0ca...

d4415fe1122eaa30241a55ec37c0efcad2e1fec9 authored about 3 years ago
fix: add missing `defineConfig` helper (#749)

e72b88114dc5f1fe2f1dc7586e2b5fc47d9ac05c authored about 3 years ago
fix: remove `describe` async support (#746)

f9b52c1be16329a0ca5ae5d67a4b3141b4389714 authored about 3 years ago
feat: support BigInt for jest assertions (#742)

d1df0e0090deb15df9b51b8735cc35a134d80209 authored about 3 years ago
fix: support for define global constants (#743)

af9ceabaef44560accdd72ea2d2d0411650cbd02 authored about 3 years ago
fix: issue a warning in conflicting envs (#744)

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

7448e1a906d0fb064c7ba5db9ac74c46943dab0c authored about 3 years ago
docs: start migration guide from Jest (#694)

51d751c795d3d8b7b095aad13838fb110d9c9a99 authored about 3 years ago
docs: Fix a typo Vite => Vitest (#741)

c8a6f4b70444266b0068a19f1fdca1f497dccaac authored about 3 years ago
release v0.3.4

816a5466c4e689b4b573bfb6d740655e5c0da91c authored about 3 years ago
fix: support `file://` import protocal

a241860662dbab01b92e088014bd0c7c78847257 authored about 3 years ago
fix: set `process.env.TEST`

8936fa119ef67b43a940088ac4465ab46e93dc70 authored about 3 years ago
test: add more test

fb13e7ae5e46b20d1cd65107658cb6361997500c authored about 3 years ago
release v0.3.3

cc231ba38e212c33c074839087df276dc4a02219 authored about 3 years ago
fix: defaults exporting

4e8bda39d0806cebea00b3de0c055f5aa6479c39 authored about 3 years ago
docs(example): add missing type reference (#738)

dca5b9a110e8337aace53a567e20a6bce7e68fa8 authored about 3 years ago
fix: improve watch options resolving

Thanks to @DerYeger @Aslemammad

close #736, close #731

5dca4ed8fd700690d022e34d8285bf9de76c0938 authored about 3 years ago
chore: update lock

98846d3b428766f10263dc91a9a409bdbeabc66d authored about 3 years ago
chore(deps): bump vite to 2.8.1 in devDependencies (#730)

Co-authored-by: Ivan Demchuk <[email protected]>

8283b2ab33bada3cf4c92573ab7c0b8f3c233d1b authored about 3 years ago
chore: fixed typo (#734)

e6e89c4c632dd4a75a0739da13b02fcf758042c8 authored about 3 years ago
feat: support readonly tuples as input to `.each` (#733)

73d36dcb4256de463498e722922f3db610aaaa17 authored about 3 years ago
chore: run update-examples

597db8c05c982507c2ba335badde6fe8ebd333fd authored about 3 years ago
fix: do not merge arrays (fix #725) (#728)

92fb244e721bc6c85cba7b051c40724192aac259 authored about 3 years ago
docs: StackBlitz playgrounds using initialPath (#729)

506cc203b31c2fc84ced7b4f7bb6a72679db027b authored about 3 years ago
release v0.3.2

735e5074fe333053b0ba53e8860372054e5b6b99 authored about 3 years ago
chore: increase timeout for windows ci

d520f1ebd53497542d9a6ccef0262b119196d1b3 authored about 3 years ago
feat: support custom literal tag on inlineSnapshot

262354343edbfcb02c3df74fcbd45d4e84657ff6 authored about 3 years ago
fix: allow set `watch: false` in config, close #724

6772c5fa5ebf5eb0d101c64247e0bd9ecffcac87 authored about 3 years ago
release v0.3.1

810cf82cb238b31e533331dcbb9d56dfc3cbafe0 authored about 3 years ago
fix: reporters resolving, close #721

f9353f4fc476647feb4c6ea5277843c5c6f8463e authored about 3 years ago
fix: run mode resolving, close #717, close #719

837711d7173b1801def94423555342eb5a331b30 authored about 3 years ago
feat: allow changing import.meta.env (#714)

5f007889bbe7eb43ff945d772c43abcf84caf734 authored about 3 years ago
fix: default reporters should be an array (#720)

d02db1b46795acd3f577618f33e71691e9de5b26 authored about 3 years ago
release v0.3.0

1077ac9d2b3e1f788c9bd67a0c5c5f3774fd1e71 authored about 3 years ago
feat: export default config to expand it (#702)

Co-authored-by: Jan Müller <[email protected]>

a70dcd3e9ffa386aeb8d3a6325c0486b6afa2356 authored about 3 years ago
fix: import .mjs with vitestnode, decoupling vitenode from vitest (#689)

e561a1d6d38769b621df53d433488ce439b4401e authored about 3 years ago
fix(snapshot): received add prepareExpected (#711)

5a848c0e778f901bbbc45cfddcd97d3c5373ff7a authored about 3 years ago
fix: fixed typescript error when calling assertion (#709)

4aa09c80937ea6573b7caae7ca80fcbc3cb30559 authored about 3 years ago
fix: set mode as 'test', if it wasn't set (#713)

bf079d2dfc7e5fbd09720d9ce7989348a51b9792 authored about 3 years ago
fix: can mock workspace files (#712)

cdd18bf1e591885c962a35b2f9c689d36fa817f1 authored about 3 years ago
perf: use cpu cores more efficently (#705)

3df5d8b9708d4ce42e45ac6f4e5621188674207d authored about 3 years ago
refactor: in rerun replace the order of coverage and watch (#698)

578258e026922ab2bbbebca5de864570b7101de5 authored about 3 years ago
docs: update JSDoc watch mode default to true (#696)

547463792293d925614b87900e29baf89772dd2f authored about 3 years ago
release v0.2.8

87b1c037edabca7baa5ae7b6bf9982e1db4448eb authored about 3 years ago
chore: update deps

9c7a1970a92596a2e56e79d537ddcb1391b54e75 authored about 3 years ago
fix: use correct file paths in coverage reports (fix #691) (#692)

aee886ef269c47773267b9180f0382c30cbbfd30 authored about 3 years ago
docs: fix watch and coverage links (#688)

e8d87e4ab72fc1772c4461cb60db093f4b047a9d authored about 3 years ago
feat(ui): show all failed tasks in report (#685)

c7d081cc05e27cf128a4440549954633c3ae3bbd authored about 3 years ago
docs: add note of third-party matchers (#676)

77ba9fa8894cc9328676ec8bf729ec192986db37 authored about 3 years ago
docs: add bytemd to projects (#677)

975f2d100e4dcba77525f5610cd289734b01bf54 authored about 3 years ago
fix: avoid calling buildStart twice (fix #679) (#681)

bae876d8a99d2c763f291cba0f6f43e13cb8a129 authored about 3 years ago
docs: correct watch mode default (#678)

4d1601c7f3faab267a63244e6b6a695385e5ad77 authored about 3 years ago
release v0.2.7

96452b07e76a3456d816b723cdbe7112dbb79c21 authored about 3 years ago
fix: make takeCoverage call optional (#672)

dfa494d59bf0ee46127fbc61caf0602ad444455d authored about 3 years ago
chore: update license

07fa187d834b7a88daac2aca68c2b6696d8e8b2f authored about 3 years ago
release v0.2.6

f1321b761dbbc6940fba885f3c3b2796ea36f2cb authored about 3 years ago
chore: update deps

c8549f5fcc25184847b1f5d46bcda4982fa638bd authored about 3 years ago
feat: add `allowOnly` option (#669)

cc73207c4a7ac46fb41b24b599a714c6d74672bb authored about 3 years ago
fix(types): augment jest matchers (#665)

65654928865317782536e55c0004b3e0296dfa62 authored about 3 years ago
feat: ignore cypress files in coverage by default (#651)

ce68e2b4d4151eb18c47493f7a6dddd129223867 authored about 3 years ago
fix: update spy type inference (#643)

* fix: update spy type inference

* test: add test case for `spyOn` type inference

* refact...

691bede01b14bd6013453830b881be625cfb18c2 authored about 3 years ago
refactor: share the same spy instance between local and global mocks (#650)

d55736dbf5b9f708065a2b8d2bf787679db7e232 authored about 3 years ago
fix: do not mutate options to get api config (#659)

95049058ae3d3d12f79de596e33fddc8f4bfa23e authored about 3 years ago
fix: add a fallback if error fails to serialize (#660)

c68fce4d250ae9d99d567e33c542586f7cc8ed8c authored about 3 years ago
fix: fix incorect coverage reporting (fix #375) (#655)

5ef622aabfa94b953d7870a9203d6429ce0f5106 authored about 3 years ago
chore: fix receiver typo (#657)

022f561a2cfe40d1bd5a871a5d0b866a7831dfce authored about 3 years ago
chore: exclude `test-fails` from `test:ci` (#652)

7da2cc2a2d8157028538b31ed8721207feaf9ac4 authored about 3 years ago
test(test-fails): update nested suite snapshot (#653)

c90c3f45230b126b1fe6696d7d5a2e24d9524e28 authored about 3 years ago
chore: update

900088826c297c7ea47390192ecc117b8874841f authored about 3 years ago
fix(ui): module info page

91cffb9d102ead3a0154c1eac3d5ba3bd3d679ea authored about 3 years ago
refactor(vite-node): sourcemap handling

b4a546800a40f1535442940a7976f54f7dbe2eff authored about 3 years ago
refactor: move coverage

76a30f0258ed976193817be1d62f32cb597c97c7 authored about 3 years ago
release v0.2.5

4b9a71761b3169ceb11cf17baf25b31e961b45b1 authored about 3 years ago
fix: update tinyspy with a fix for class mocks (fix #645) (#646)

4add1ebf9b8f7b875d0a49155ca8b395672f2bf9 authored about 3 years ago
feat: merge viteConfig.test in configResolved (#644)

ebf8ca120e3f35d4339453e3258824d143e094b2 authored about 3 years ago
fix(ui): make graph data watch immediate (#647)

d9015ea0e5275e07f5cfd21a2ae7b8724767a413 authored about 3 years ago
fix(ui): prevent line wrapping for task items (#648)

a7dfc15556addca31d5faa973b6e980acc06f9cf authored about 3 years ago
release v0.2.4

7e97c654cd53bdb8faac6462de6d9c1ed0c9df8d authored about 3 years ago
feat: support `suite.each`, `test.each`, close #120 (#640)

* feat: support `suite.each`, `test.each`, close #120

* chore: fix types

* chore: update

9abb55771acc3c57f2db92bdd40bcdbd66ec9e25 authored about 3 years ago
fix: disable deps optimization (#641)

65aad8522ec1cc5a559e43e2bb5b04290e6ba431 authored about 3 years ago
chore: update deps

374f9890b4739fa0095bc5b193389972c274df7f authored about 3 years ago
feat: allow to mock date without fake timers (fix #621) (#639)

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

0788a26dd6d7c3eeded3e5eaf87313ef9885d4dc authored about 3 years ago
docs: add `spring-easing` to the set of projects using vitest (#609)

a174213d188c8d3f28eea590d72604423b5f6f14 authored about 3 years ago
chore: fix build error

4066827e1e4580ae9edc622f569df070226fe1ea authored about 3 years ago
refactor: use vite-node to load globalSetup (#624)

5eebd604759502bac4a059bade710fd8c8597f8c authored about 3 years ago
chore: cleanup

5887fb7acad74f17caa53769540b7cd50fdf66c4 authored about 3 years ago
fix: validate that nested and default tasks match `testNamePattern` (#633)

9cff755a86b7b534805f89297d8ef1ce6d14d263 authored about 3 years ago
refactor: bold shortcuts help (#636)

2118ba97b2570d0d06fdebba9afc815383b57e6d authored about 3 years ago
refactor: replace the order of coverage and watch (#634)

5b51bf188b5726619859ff17b089e74487dba8c0 authored about 3 years ago
feat(cli): add `--no-open` option (#635)

a2013a58653c15fa2da5b4a992b82f1448b4277b authored about 3 years ago
docs: escape dot to prevent parsing as url (#632)

Closes #617

aaa6df4b91347cf449512f3fed5976eb10589f0b authored about 3 years ago
docs: add a new team member :) (#631)

5af1ef57f83d083d6116f9ccf8f0e8f599742c20 authored about 3 years ago
release v0.2.3

ee77610f73295772050ab478a31f903cfd4cd762 authored about 3 years ago
fix: mark `onFinished` as event, #623

6b02deaa9b68fdd89c86bf010f56f5e60cbbae27 authored about 3 years ago
feat: bold help shortcut (#628)

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

a629db6a2b3de8ba2bbf1802284cd3d99efa0173 authored about 3 years ago
fix: context clonning error when creating custom reporter (fix #614) (#630)

0feb2567331aa0700db3fb9143700b8305824bc4 authored about 3 years ago
chore: update ws to 8.4.2 (#629)

db1a601a840d68b3328da21ff19e340e27b71b58 authored about 3 years ago
release v0.2.2

2d825391288f353e2c8f6dad236ecc1ae2132dab authored about 3 years ago
chore: update lock

2e6d8573fe6c0fc2ee1a715c5b073d1f131e979c authored about 3 years ago
fix(ui) : unstable UI with a lot of tests (#625)

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

57ac97034f0190ba5f6515593bd1df23e7e08f1a authored about 3 years ago
fix: do not start node inspector (fix #620) (#622)

3b368dd8d3b88225efb5aaf4a0b1549383d813c4 authored about 3 years ago