Yoshiaki Togami
d1df0e0090
feat: support BigInt for jest assertions ( #742 )
2022-02-13 20:43:01 +01: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
Vladimir
a70dcd3e9f
feat: export default config to expand it ( #702 )
...
Co-authored-by: Jan Müller <janmueller3698@gmail.com>
2022-02-09 21:45:40 +08:00
Anthony Fu
9c7a1970a9
chore: update deps
2022-02-08 09:12:00 +08: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
Benja Kugler
4d1601c7f3
docs: correct watch mode default ( #678 )
2022-02-04 13:30:46 +01:00
Anthony Fu
c8549f5fcc
chore: update deps
2022-02-03 10:29:47 +08:00
Jan Müller
cc73207c4a
feat: add allowOnly option ( #669 )
2022-02-03 10:26:44 +08:00
Anthony Fu
374f9890b4
chore: update deps
2022-01-27 08:16:21 +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
Jan Müller
aaa6df4b91
docs: escape dot to prevent parsing as url ( #632 )
...
Closes #617
2022-01-25 16:12:04 +01:00
Ivan Demchuk
5af1ef57f8
docs: add a new team member :) ( #631 )
2022-01-25 14:13:50 +01: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
Vladimir
75113c705b
fix: toBe/toEqual/toMatchObject jest compatability ( #607 )
...
* fix: toMatchObject compatible with jest
* fix: equal/eql always use jest implementation
* fix: toBe uses Object.is instead of equal to match jest implementation
* fix: toEqual uses jest equal
* fix!: remove asymmetric matchers support for chai assertions
* chore: remove chaiEqual notices
* refactor: rename asymmetricEquals to jestEquals
2022-01-23 09:34:36 +03:00
yaegassy
f407704d05
chore(docs): add "it" to the guides/features.md import statement ( #594 )
2022-01-21 13:42:00 +08:00
Anthony Fu
1b2406c078
chore: update deps
2022-01-19 13:34:06 +08:00
Anthony Fu
53633b710b
fix: rename interpretDefault option to interopDefault
2022-01-19 04:23:59 +08:00
Joaquín Sánchez
1a3e696eb8
docs: add vitest version + releases and contributing links ( #571 )
2022-01-18 19:04:24 +08:00
Haoqun Jiang
d428e1519e
docs: update exclude documentation to match the latest implementation ( #568 )
2022-01-18 08:17:55 +01:00
patak
22d2deda69
refactor: rename global to globals ( #565 )
2022-01-18 13:16:44 +08:00
Anjorin Damilare
7259a0627a
chore: import neccessary apis on features example ( #567 )
2022-01-18 13:15:49 +08:00
Vladimir Sheremet
dda62d0af8
feat: vi.mock can be used inside setupFiles to automock libraries
2022-01-17 14:58:58 +03:00
wjx0820
b2b5321de2
docs: fix typo ( #556 )
2022-01-17 10:29:46 +01:00
Ivan Demchuk
2300ef8a8f
feat: add JUnit reporter ( #534 )
2022-01-16 09:47:35 +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
d3cd7a2fbc
docs: update contributors
2022-01-14 16:19:34 +08:00
Anthony Fu
faffdfdb01
chore: update deps
2022-01-14 11:45:41 +08:00
Cédric Exbrayat
1a8eb2668e
feat: reporter output file ( #512 )
2022-01-14 09:13:05 +08:00
Michel EDIGHOFFER
2ef6c3ad4d
fix(docs): info custom block in dark ( #519 )
2022-01-13 14:06:44 +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
Anjorin Damilare
a6b2c08aab
docs: complete remaining expect apis ( #440 )
...
Co-authored-by: Vladimir <sheremet.va@icloud.com>
2022-01-11 18:07:04 +01:00
Vladimir
63ed7c1fca
feat: add snapshotFormat options
2022-01-11 11:54:58 +03:00
Ilya Artamonov
25eb95d2e0
docs: fix styles for "Sponsored by" block ( #499 )
2022-01-10 15:51:10 +01:00
Dominik G
eaa119fd09
feat: global setup ( #372 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-10 18:14:03 +08:00
Jake Ginnivan
125eeab71b
docs: debugging in VSCode setup ( #486 )
2022-01-09 07:48:30 +01:00
Vladimir
f1b5474aa2
feat: allow plugins to specify if they should be transformed ( #469 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-07 23:25:32 +08:00
Anthony Fu
9f1736c5e4
chore: update deps
2022-01-07 22:53:24 +08:00
Anjorin Damilare
3d63d9f18d
docs: add more details to test and describe apis ( #422 )
2022-01-07 10:18:12 +03: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