1838 Commits

Author SHA1 Message Date
Joe Zimmerman
3ecc91ef98
docs: a few spelling/grammar fixes (#1701)
* Fix typos and enhance grammar.

* Merge branch 'main'

* Apply suggestions from code review

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

Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-07-24 09:47:29 +03:00
Vladimir
fe69f433ee
fix!: add CSS styles to DOM (#1690)
* fix: add CSS styles to DOM

* chore: set type on style
2022-07-22 20:39:14 +03:00
Krishnan Chandra
003c87f018
feat: make close timeout configurable (#1697)
* Update pnpm lock file

* Add teardownTimeout setting

* Add documentation to index.md

* Restore pnpm-lock to original version
2022-07-22 20:38:50 +03:00
Joe Zimmerman
7306994394
docs: typos (#1686) 2022-07-22 14:27:36 +08:00
Vladimir Sheremet
5d1618315c chore: linting 2022-07-20 13:23:29 +03:00
Vladimir Sheremet
1e8750221f ci: close "need reproduction" in 3 days 2022-07-20 12:59:16 +03:00
Anthony Fu
88033bca99
feat: init @vitest/browser package (#1302)
Co-authored-by: Joaquín Sánchez Jiménez <joaquin.sanchez@fi2net.es>
Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: M. Bagher Abiat <zorofight94@gmail.com>
2022-07-20 03:37:45 +08:00
Vladimir
7c2138f2b0
feat: add alias option (#1634)
* chore: fix typeof check in error

* feat: add alias option

* Update test/core/vitest.config.ts
2022-07-19 17:44:21 +03:00
しらどふ
d5073341fe
feat: add location to json reporter (#1656)
* feat: add location to json reporter

* fix: null check

* fix: remove unsupported method

* ci

* ci
2022-07-19 17:41:48 +03:00
Jan Müller
b653409dee
docs(api): add missing method documentation (#1681)
* docs: add missing method documentation

Document `clearAllMocks`, `resetAllMocks` and `restoreAllMocks`.

Closes #1355

* docs(api): fix heading order
2022-07-19 17:39:55 +03:00
skarab42
f728ff6c61
fix: code frame tabs indent (fix: #1679) (#1680) 2022-07-19 20:24:41 +08:00
Vladimir
d553031bd2
fix: works with yarn pnp (#1667)
* fix: works with yarn pnp

* chore: cleanup

* chore: comment
2022-07-19 12:20:33 +03:00
jfgreffier
c3cc6d8063
feat: add Playwright example (#1670) 2022-07-19 14:27:11 +08:00
Cédric Exbrayat
a03849499d
fix: exclude cypress config from default coverage (#1663) 2022-07-18 09:51:46 +03:00
Cédric Exbrayat
9ccf75db07
fix: exclude dist directory from default coverage (#1664) 2022-07-18 09:51:17 +03:00
Anthony Fu
951080f1d1 chore: release v0.18.1 v0.18.1 2022-07-16 23:10:33 +08:00
Anthony Fu
0210a29a1d chore: update lock 2022-07-16 23:10:26 +08:00
Simon Abbott
4aeeee092e
fix: mock properties of classes/functions (fix #1523) (#1648) 2022-07-16 23:08:10 +08:00
renovate[bot]
b181772c5e
chore(deps): update all non-major dependencies (#1556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 23:07:54 +08:00
zthxxx
7be1cd5440
feat: make fallbackCJS mode try resolve from /es/... and /lib/... (#1633) 2022-07-16 23:07:37 +08:00
Ivan Demchuk
daf9886a5e
fix(types): fix test.each and describe.each types (#1653) 2022-07-16 23:06:30 +08:00
Ivan Demchuk
5d9b03ffe5
chore: disable netlify build if there are no changes to docs (#1654) 2022-07-16 22:49:24 +08:00
Mohammad Bagher Abiat
f93af1f59c
chore: update tinypool@^0.2.3 (#1644) 2022-07-16 14:03:55 +08:00
Anthony Fu
9ef62b50df chore: add npmrc for bench/ 2022-07-15 08:40:51 +08:00
Anthony Fu
5b34574d87 chore: exclude esno from renovate 2022-07-15 08:39:14 +08:00
Anthony Fu
7d349943be
chore: update deps (#1642) 2022-07-15 08:30:09 +08:00
renovate[bot]
f76c4f9d53
chore(deps): update dependency happy-dom to v6 (#1625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-15 07:55:44 +08:00
Joaquín Sánchez
235cfa7eea
docs: add section title in guide pages (#1583) 2022-07-15 00:28:28 +08:00
Rudra Pandya
21170edaed
fix: add spec to defaults to exclude from coverage (fix #1612) (#1627)
Co-authored-by: Rudra Pandya <rpandya@escribemeetings.com>
2022-07-15 00:27:12 +08:00
Ari Perkkiö
6673389571
test: update Cypress to v10 (#1632) 2022-07-15 00:25:32 +08:00
Anthony Fu
e910f81097 chore: release v0.18.0 v0.18.0 2022-07-09 16:17:29 +08:00
Anthony Fu
e804393d68 chore: update lock 2022-07-09 16:16:51 +08:00
Joaquín Sánchez
ffa358517e
fix(reporter)!: move ctx.log to ctx.logger.log, improve log flicking (#1166)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-07-09 16:05:28 +08:00
Vladimir
5b837f9472
docs: improve wording in mocking cheat sheet (#1617)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-07-09 15:22:21 +08:00
Ari Perkkiö
6358c8ff67
fix!: TestSequencerConstructor typo (#1618) 2022-07-09 15:21:14 +08:00
Anthony Fu
695a7a2660 fix: move cache state to ctx.cache 2022-07-09 15:20:06 +08:00
Anthony Fu
f714833511 fix(reporter): clear previous state on rerun 2022-07-09 01:14:58 +08:00
Vladimir
c5d07b8445
fix: show error message when cache failed to parse (#1614) 2022-07-08 13:31:43 +03:00
Vladimir Sheremet
4176614879 chore: show excluded paths in terminal, closes #1613 2022-07-08 07:56:51 +03:00
Anthony Fu
7ff551b022 chore: increase test timeout 2022-07-07 16:51:25 +08:00
Anthony Fu
4870119acc refactor: update import 2022-07-07 16:42:54 +08:00
Anthony Fu
a17a17465e chore: typo 2022-07-07 16:41:10 +08:00
Anthony Fu
aa1be71003 chore: update lock 2022-07-07 16:40:22 +08:00
Anthony Fu
3ade270b50 chore: release v0.17.1 v0.17.1 2022-07-07 16:40:05 +08:00
Anthony Fu
49c67d2573
fix(vite-node): self circular reference (#1609) 2022-07-07 16:39:20 +08:00
Anthony Fu
57b877f434 refactor: rename test folder 2022-07-07 13:03:04 +08:00
josef
f7aacb20a4
docs: typo (#1608) 2022-07-07 02:57:19 +08:00
Vladimir
5d0dfe9c6d
feat: make sequencer public, add option to run tests in random order (#1582)
* feat: make sequencer public, add random option

* test: cleanup

* chore: add random option to suite

* chore: cleanup

* chore: cleanup

* chore: cleanup

* chore: cleanup

* chore: cleanup

* chore: rename random -> shuffle

* Apply suggestions from code review

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>

* Update docs/config/index.md

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-07-06 10:08:22 +00:00
Paul Eboselume
a664851e31
docs: fix typos (#1601) 2022-07-05 20:01:25 +03:00
Elliot Westlake
40fc526e55
feat: check related against forceRerunTriggers (#1595)
* feat: check related against forceRerunTriggers

* chore: fix lock

* check length of micromatch

* add execa

* add force-rerun tests and vitest config

* update docs

* watch false on related

* typo

* linting

* fix lock and add timeout to tests

* add defaults to forceRerunTriggers

* chore: remove dist from forceRerunTriggers

* Wording

Co-authored-by: Vladimir Sheremet <sheremet.va@icloud.com>
2022-07-05 08:04:09 +00:00