440 Commits

Author SHA1 Message Date
Joaquín Sánchez
40cb68e72e
test(lit): update happy-dom dependency + remove lit workaround (#509) 2022-01-13 13:13:10 +08:00
Anthony Fu
f297bc1ea7 release v0.0.142 2022-01-13 04:14:26 +08:00
Mitchel van Bever
99b823fbc9
feat(ui): displaying user logs (#491)
Co-authored-by: Jan Müller <janmueller3698@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-13 03:48:06 +08:00
Pionxzh
01c4fe330b
fix: improve cjs proxy (#508)
Co-authored-by: spigbbbbb@gmil.com <pionxzh>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-13 03:46:05 +08:00
Cédric Exbrayat
fc15d52dd5
feat: json reporter (#489)
Fixes #108
2022-01-12 14:37:05 +01:00
btea
55168d851c
chore: fix jest-expect typo (#505) 2022-01-12 17:56:58 +08:00
Anthony Fu
5c52873fe0 refactor(vite-node): rename run to executeFile 2022-01-12 02:18:57 +08:00
Anthony Fu
dedfb1787a release v0.0.141 2022-01-12 02:09:23 +08:00
Vladimir
b7bc12fe4e
fix(mock): vi.mock with line breaks in arguments (#502) 2022-01-12 01:38:50 +08:00
Anthony Fu
0045fcb50d fix(vite-node): submodule types 2022-01-12 01:16:18 +08:00
Vladimir
63ed7c1fca feat: add snapshotFormat options 2022-01-11 11:54:58 +03:00
Vladimir
7a10bcecb2
refactor: use internal name to find inline snapshot call (#500) 2022-01-11 03:55:02 +08:00
Anthony Fu
62d6956e58 chore license 2022-01-11 03:05:36 +08:00
Anthony Fu
a6ee47ff73 release v0.0.140 2022-01-11 03:04:42 +08:00
Anthony Fu
482173404e chore: update deps 2022-01-11 02:55:40 +08:00
Anthony Fu
7523e0a4c1 chore: upgrade birpc 2022-01-11 02:55:36 +08:00
Anthony Fu
4498ae963a
refactor: seperate vite runner to vite-node package (#495) 2022-01-11 02:45:57 +08:00
Anthony Fu
4aa6699fb9 chore: update 2022-01-10 19:17:09 +08:00
Anthony Fu
9d74895818 refactor: execute 2022-01-10 19:09:17 +08:00
Anthony Fu
599cbade22 refactor: execute 2022-01-10 19:09:17 +08:00
Dominik G
eaa119fd09
feat: global setup (#372)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-10 18:14:03 +08:00
Jan Müller
480514d452
chore(ui): update deps (#490) 2022-01-09 15:43:16 +01:00
Vladimir
6d743c5513 fix: inline snapshot if not called inside suite
closes #484
2022-01-09 16:08:34 +03:00
Anthony Fu
7782e7def6 feat(ui): tasks state group 2022-01-09 20:02:29 +08:00
Anthony Fu
faecd41652 chore: indent 2022-01-09 19:14:30 +08:00
Mitchel van Bever
c43ebaf466
fix(ui): flex / percentage based layout (#492) 2022-01-09 19:14:11 +08:00
Vladimir
6e7c631109 chore: rename replaceAll to replace for compatibility 2022-01-08 12:08:02 +03:00
Vladimir
aff14813db fix: snapshot ignores indentation 2022-01-08 12:03:05 +03:00
Vladimir
4603ffdbce fix: correctly inline shapshot with properties 2022-01-08 10:31:15 +03:00
Vladimir
28b97d8ebd fix: mocking is lost with threads: false
closes #482
2022-01-08 10:03:39 +03:00
Vladimir
fb4552239e chore: linter 2022-01-08 09:55:19 +03:00
Vladimir
3c9073a3f2 fix: Reflect.get called on non-object
closes #479
2022-01-08 09:47:27 +03:00
Jan Müller
23e1e62385
fix(ui): reduce graph container size (#478)
* fix(ui): re-add graph offset

* chore(ui): enable autoResize for graph

* refactor(ui): use scoped style
2022-01-07 18:00:00 +01:00
Anthony Fu
dc9ee3512d release v0.0.139 2022-01-07 23:25:54 +08: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
51397ee31e chore: lint 2022-01-07 23:18:53 +08:00
Anthony Fu
19bd252c15 fix(ui): graph flicker 2022-01-07 23:14:53 +08:00
Anthony Fu
1aeaf748ab chore: fix linter 2022-01-07 22:57:07 +08:00
Anthony Fu
9f1736c5e4 chore: update deps 2022-01-07 22:53:24 +08:00
Anthony Fu
89199d8767 chore: try fix dom 2022-01-07 22:45:16 +08:00
Anthony Fu
5e2ae423ae fix(dom): writeable props 2022-01-07 22:29:35 +08:00
Anthony Fu
9715768aca chore: fix type error 2022-01-07 22:18:43 +08:00
Vladimir
2004ecbfdb fix: globals are writable 2022-01-07 17:06:32 +03:00
Anthony Fu
0cbd6a3451 refactor: expose vitest as vite plugin 2022-01-07 21:42:52 +08:00
Anthony Fu
dbe2ddf918 release v0.0.138 2022-01-07 21:33:04 +08:00
Anthony Fu
2862324bb3 fix: do not resolve module field 2022-01-07 21:28:55 +08:00
Anthony Fu
6a800691cd release v0.0.137 2022-01-07 21:05:32 +08:00
Anthony Fu
79af7766a0 perf: cache externalization on main thread 2022-01-07 20:54:21 +08:00
Anthony Fu
3e27e5edb2 refactor: externalization 2022-01-07 20:54:21 +08:00
Vladimir Sheremet
63f30c7507 chore: fix expected/received lines count when failed 2022-01-07 15:46:27 +03:00