642 Commits

Author SHA1 Message Date
renovate[bot]
f2a5dce9a2
chore(deps): update all non-major dependencies (#2161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 11:04:55 +08:00
Localhousee
8b84e1f056
docs: resolve.alias link from docs (#2160) 2022-10-17 06:28:56 +08:00
Ahmet Katrancı
6ca180233b
chore: typo (#2147) 2022-10-14 05:19:17 +08:00
renovate[bot]
9f9f2888f7
chore(deps): update all non-major dependencies (#2131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-10 16:26:55 +02:00
Joshua Nussbaum
dd7c80bee8
docs: add instructions for debugging tests via terminal (#2085)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-10-07 10:03:01 +02:00
renovate[bot]
40862a2f88
chore(deps): update all non-major dependencies (#2111) 2022-10-03 07:10:24 +02:00
renovate[bot]
0cae8ac0ae
chore(deps): update all non-major dependencies (#2084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 09:46:45 +02:00
JoeyHuang0235
5b8d6dbe75
docs: use type: node in launch configuration to debug (#2081) 2022-09-25 13:38:13 +02:00
Ari Perkkiö
f3524602cc
docs: description for coverage include option (#2063) 2022-09-24 11:15:03 +02:00
Ken
94c9143382
docs: vi.runAllTimers example code (#2076) 2022-09-23 18:59:35 +02:00
Mohammad Bagher Abiat
93a0f4277d
docs: benchmarking and tinybench (#2059) 2022-09-20 11:12:20 +08:00
Mohammad Bagher Abiat
d6c066b196
feat(benchmark): todo mode (#2057) 2022-09-20 11:11:44 +08:00
renovate[bot]
0b6b77d210
chore(deps): update all non-major dependencies (#2056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 10:18:37 +08:00
Gleyson Abreu
a31767dda5
docs: fix wrong url in environmentOptions (#2049) 2022-09-18 10:57:04 +08:00
Mohammad Bagher Abiat
119932f0c7
feat(benchmark): only mode (#2039) 2022-09-18 10:56:43 +08:00
Vladimir
95da4d6693
fix: move outputFile to benchmark, allow --reporter for benchmark (#2037) 2022-09-14 18:30:55 +03:00
Bartosz Golebiowski
6ed7c2418b
fix: propagate describe options (#2025)
close: #1998

Co-authored-by: golebiowskib <bartosz.golebiowski@@ttpsc.pl>
2022-09-13 12:37:03 +03:00
renovate[bot]
8c5b66739e
chore(deps): update all non-major dependencies (#2026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-13 11:31:25 +03:00
Vladimir
f00a1ac228
docs: add information about benchmarking (#2001) 2022-09-10 15:54:55 +08:00
Kid
0c2e323ee1
docs: fix vi.fn signature (#2014) 2022-09-09 10:49:30 +03:00
Jon Musselwhite
8cd7def43e
docs: correct jsdom typo (#2011)
I tested `jsdon` to confirm it does not work. When I tried it, I was prompted to install undefined. It does work when the value is `jsdom` so I made that change here.

Perhaps there should be some error handling for when an unknown environment is specified rather than letting it attempt to install undefined?
2022-09-09 10:48:57 +03:00
Orleydo Vargas
90ffa6dc0f
docs: add different package managers installations (#1980)
* docs: Split 'Adding Vitest to your Project' options

make it easier to copy bash commands for each package manager

* docs: Split 'Adding Vitest to your Project' options

Make it easier to copy bash commands for each package manager
2022-09-08 11:34:25 +03:00
Yue JIN
08feae1eea
docs: fix contrast between lang name and code block (#1996) 2022-09-08 00:36:37 +08:00
renovate[bot]
69d55bc19c
chore(deps): update all non-major dependencies (#1975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 14:00:50 +03:00
Simon McEnlly
f55fa26063
docs: add Wallaby.js to IDE Integration page (#1977)
Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>
2022-09-05 11:13:25 +03:00
Marshall Thompson
a98c845487
docs: grammar (#1974)
grammar fix
2022-09-05 09:57:13 +08:00
yoho
43ba8723a6
feat: benchmark (#1029)
* feat: benchmark

* feat: console result

* chore: lockfile

* chore: rebase

* chore: lock.yaml

* chore: pnpm lock yaml

* chore: update

* feat: collect benchmark

* chore: benchmark use suite collect bench

* chore: run

* chore: lock.yaml?

* feat: render

* chore: revert lock.yml

* chore: update

* feat: options.reports

* chore: update

* chore: async

* chore: defer

* chore: add options

* feat: warn

* chore: update

* feat: sort render

* chore: update

* chore: pnpm lock

* fix: import

* fix: types

* fix: types

* chore: build location

* fix: lint

* fix: lint

* feat: tinybench@2.1.3

* chore: update lock

* chore: reduce benchmark test time

* fix: render

* chore: rename

* feat: dynamic import tinybench

* chore: update

* chore: update sort rules

* feat: bench test

* chore: update test

* chore: update

* feat!: run mode

* feat: throw error on wrong mode

* chore: lint

* chore: cleanup

* chore: update output

* chore: remove options.benchmark is not used in viteConfig.test when command is not benchmark

* chore: update ops/sec

* feat: json reporter

* chore: ignore sample output on terminal

* chore: update

* chore: update

* fix: actually run tests

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2022-09-04 14:55:44 +03:00
Anthony Fu
456079ea73
feat: introduce retry option for tests (#1929) 2022-09-04 10:53:43 +03:00
Vladimir
f32383a3ef
feat!: if not processed, CSS Modules return a proxy, scope class names by filename (#1803) 2022-09-04 10:53:09 +03:00
Ari Perkkiö
5bfd3c9a40
feat(coverage-istanbul): add "all" option (#1880) 2022-09-04 10:41:54 +03:00
Vladimir
e393be3414
feat: allow custom environments (#1963)
* feat: allow custom environments

* chore: linting

* chore: cleanup

Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>

* chore: cleanup

Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>

* chore: cleanup

* docs: cleanup

* docs: cleanup

* Update docs/guide/environment.md

Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>

Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>
2022-09-04 09:37:11 +03:00
Filip Tammergård
5c06494412
docs: update timer mocking section (#1953) 2022-09-02 13:53:11 +08:00
vaakian X
35bb461b6e
docs: fix missing word (#1949) 2022-09-01 13:31:49 +03:00
Jan Macku
11ed412f42
doc: fix option for updating snapshots (#1936) 2022-08-30 19:53:53 +08:00
Anthony Fu
ae8fcc79f2 chore: remove team page workaround 2022-08-29 22:19:40 +08:00
renovate[bot]
a5d1ef498b
chore(deps): update all non-major dependencies (#1895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-29 05:21:53 +00:00
Ctibor Laky
4635c665d4
docs: guide of extending vite config (#1874)
Co-authored-by: Ctibor Laky <laky@efabrica.sk>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-23 16:16:09 +08:00
renovate[bot]
14279d53e8
chore(deps): update all non-major dependencies (#1852)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 04:45:57 +08:00
Lioness100
f13e54f096
chore: fix typos (#1857)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-15 18:38:15 +00:00
Ari Perkkiö
265fdbe665
feat: support istanbul coverage provider (#1676)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-16 02:21:02 +08:00
Anthony Fu
3deb25bd52 chore: upgrade esno 2022-08-15 17:32:20 +08:00
Anthony Fu
b70593955f
chore: update deps (#1853) 2022-08-15 15:13:37 +08:00
jereklas
ec37655115
feat: Add --no-color to cli (#1849) 2022-08-15 10:56:09 +08:00
Sanjaiyan Parthipan
131420510c
docs: update theme-color (#1813)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-13 10:23:06 +08:00
Mike Wheaton
136b5c1993
docs: typo (#1846) 2022-08-13 09:57:32 +08:00
Dragomir Ivanov
10232f3f5b
docs: improve (describe|test).only description (#1826)
* docs: improve (describe|test).only description

* Apply suggestions from code review

Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2022-08-11 09:22:10 +03:00
jereklas
8eddd5a380
fix: handle undefined returns of module mocks, and update migration docs (#1763) (#1830)
* handle undefined returns of module mocks, and update migration docs

* correct docs
2022-08-11 09:18:43 +03:00
Tanimodori
39b19cf0e6
docs: clarify how to use local test context (#1829)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-10 16:57:45 +08:00
Marco Muser
ccbf0adf73
docs: fix tiny typo on landing page (#1815)
* Fix typo on landing page

* Update docs/index.md

Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>

Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-08-08 18:11:38 +03:00
renovate[bot]
9e3cac4d74
chore(deps): update all non-major dependencies (#1820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 09:23:07 +03:00