Anthony Fu
2500bbe09d
docs: wording
2022-03-07 23:23:19 +08:00
Anthony Fu
3eec387db6
feat: support in-source tests via import.meta.vitest ( #901 )
2022-03-07 22:06:23 +08:00
Rickard Natt och Dag
f557565626
docs: fix typo ( #894 )
2022-03-04 19:19:14 +01:00
Anthony Fu
6a43230c42
docs: don't tell others
2022-03-04 00:10:35 +08:00
Janosh Riebesell
4858541f36
docs: add svelte-multiselect to projects using Vitest ( #867 )
...
* add svelte-multiselect to projects using Vitest
* fix typos
* Update docs/api/index.md
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-02-28 18:21:14 +08:00
Janosh Riebesell
b373892113
docs: add PuruVJ/neodrag to 'Projects using Vitest' ( #862 )
2022-02-27 10:00:11 +01:00
Sebastian Martinez
14df68dac1
docs: wrong link in module mocking ( #858 )
2022-02-25 21:29:54 +01:00
patak
e75349374e
fix: testNamePattern matches against full name ( fix #838 ) ( #839 )
2022-02-23 21:58:46 +08:00
Vladimir
a80ce42783
feat!: move config from vitest/node to vitest/config ( #799 )
2022-02-21 13:57:53 +08:00
Anjorin Damilare
d03bc300f1
docs: add globals to cli info ( #816 )
2022-02-21 13:18:55 +08:00
patak
e75e2e539d
docs: minor edits ( #808 )
2022-02-20 07:21:52 +01:00
Gabriel Pereira Woitechen
506b1963bd
docs(guide): add Vitamin to the projects using Vitest ( #796 )
2022-02-19 19:50:02 +08:00
Vladimir
c98355aa65
fix: set mode before running Vite ( #775 )
2022-02-18 11:20:08 +08:00
Vladimir
b656f8dc37
feat: add VITEST_WORKER_ID env ( #774 )
2022-02-17 16:16:24 +08:00
Anthony Fu
1f9d5bc461
docs: update defineConfig usage
2022-02-16 17:54:08 +08:00
Yoshiaki Togami
d46b49b81e
docs: add faker & million to projects using vitest ( #761 )
2022-02-15 22:59:04 +08:00
Ev Haus
51d751c795
docs: start migration guide from Jest ( #694 )
2022-02-13 06:35:27 +01:00
Hung Viet Nguyen
c8a6f4b704
docs: Fix a typo Vite => Vitest ( #741 )
2022-02-12 14:21:25 +02:00
patak
506cc203b3
docs: StackBlitz playgrounds using initialPath ( #729 )
2022-02-10 19:32:22 +01:00
Rongjian Zhang
77ba9fa889
docs: add note of third-party matchers ( #676 )
2022-02-05 12:48:17 +08:00
Rongjian Zhang
975f2d100e
docs: add bytemd to projects ( #677 )
2022-02-05 12:47:46 +08:00
Jan Müller
cc73207c4a
feat: add allowOnly option ( #669 )
2022-02-03 10:26:44 +08:00
Okiki Ojo
a174213d18
docs: add spring-easing to the set of projects using vitest ( #609 )
2022-01-27 08:07:37 +08:00
Jan Müller
a2013a5865
feat(cli): add --no-open option ( #635 )
2022-01-26 17:41:58 +08:00
Ivan Demchuk
36e6207403
docs: use vitest run mode for coverage examples ( fix #602 ) ( #611 )
2022-01-23 18:11:56 +08:00
Vladimir
cf30e5a46f
feat!: mocking timers with sinon ( #531 )
2022-01-23 09:43:00 +03:00
yaegassy
f407704d05
chore(docs): add "it" to the guides/features.md import statement ( #594 )
2022-01-21 13:42:00 +08:00
Anjorin Damilare
7259a0627a
chore: import neccessary apis on features example ( #567 )
2022-01-18 13:15:49 +08:00
wjx0820
b2b5321de2
docs: fix typo ( #556 )
2022-01-17 10:29:46 +01:00
Yusuf
ef358237e6
docs: add gridjs-svelte on projects using vitest ( #544 )
2022-01-16 16:23:13 +08:00
Anjorin Damilare
969a061b43
docs: add missing cli option for --outputFile ( #529 )
2022-01-15 20:58:50 +01:00
Danny Feliz
09cb89051a
docs: fix link ( #536 )
2022-01-15 10:46:36 +08:00
Mitchel van Bever
b66f6dc738
docs: refactor mocking restructure ( #441 )
...
* refactor(docs): mocking restructure
* refactor: move mocking docs into its own section
* refactor(wip): moved everything to API, examples incoming
* fix: adhere to indenting + heading syntax fix
* fix: made a list of all `types`
* refactor: show both structures on preview link
* refactor: reverted guide/mocking structure as there is now less content
* fix: adjusted some of the content
* refactor: added use-case facing example for mocking dates
* refactor: added example to function mocking guides section
* refactor(wip): removed `dummy` examples that are still being worked on
* refactor: nav structure for CLI
* fix: added timer example to mock sections
* fix: add simple module mocking example
* chore: code formatting consistency
* refactor: apply code review suggestions in batch
Co-authored-by: Sam Richard <snugug@google.com>
* refactor: mocking functions rewrite
* fix(links): made relative links absolute
* fix(links): made relative links absolute for the api page
* refactor: update module mocking example
* docs: minor fixes
Co-authored-by: Sam Richard <snugug@google.com>
Co-authored-by: Vladimir <sheremet.va@icloud.com>
2022-01-14 15:56:42 +01:00
Anthony Fu
6d536ce88c
docs: use example table
2022-01-13 13:35:25 +08:00
Cédric Exbrayat
fc15d52dd5
feat: json reporter ( #489 )
...
Fixes #108
2022-01-12 14:37:05 +01:00
Jake Ginnivan
125eeab71b
docs: debugging in VSCode setup ( #486 )
2022-01-09 07:48:30 +01:00
Ev Haus
f8f6e97617
docs: update to automocking algorithm
2022-01-07 09:25:35 +03:00
Anthony Fu
8c48d58da0
docs: update --ui
2022-01-07 03:41:41 +08:00
M. Bagher Abiat
2eb696a3dd
docs(features): watch mode ( #460 )
2022-01-07 00:47:27 +08:00
Victor
c4aa7b2a4a
docs: fix link to MSW example
2022-01-06 06:36:17 +01:00
Michel EDIGHOFFER
2f27629579
fix: typo on snapshot title ( #439 )
2022-01-04 19:29:51 +01:00
Anthony Fu
1670deacf9
chore: move examples
2022-01-04 01:33:51 +08:00
Joaquín Sánchez
b82e5abdfb
feat: add api options ( #399 )
...
Co-authored-by: patak-dev <matias.capeletto@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-03 21:01:49 +08:00
M. Bagher Abiat
ef8d564513
docs(features): Threads ( #405 )
2022-01-02 16:23:42 +01:00
Anjorin Damilare
a912504922
docs: add installation guide for other package managers ( #385 )
2021-12-31 11:16:05 +01:00
Vladimir
16ccf14d6b
feat: can pass source files to related command ( #368 )
2021-12-31 10:54:07 +01:00
Anthony Fu
9ba4ad7367
chore: update
2021-12-31 15:00:23 +08:00
Tiger Abrodi
4b26368502
docs: add mocking requests section recommending msw ( #322 )
...
Co-authored-by: MitchelvanBever <mitchel@storyofams.com>
Co-authored-by: Sam Richard <snugug@google.com>
2021-12-30 22:12:05 +01:00
Anthony Fu
2b0c5e7dc0
perf: upgrade vite and disable pre-transform
2021-12-30 15:37:50 +08:00
Vladimir
2a271b5aed
feat: findRelatedTests flag, to run only changed tests ( #363 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-30 00:42:34 +08:00