Commit Graph

19 Commits

Author SHA1 Message Date
Mikhail 18cde1d173
chore: optimize getting extraEntryPoints in buildUtils (#15074) 2024-05-22 00:17:44 +02:00
Simen Bekkhus 8f296b64e6
chore: use `Object.fromEntries` over `reduce` (#14822) 2023-12-31 17:12:00 +01:00
Simen Bekkhus bd3a7e9fd7
chore: prefer using array spread (#14820) 2023-12-31 14:52:26 +00:00
Simen Bekkhus 1e942f5ef1
chore: upgrade prettier (#14780) 2023-12-25 21:09:35 +01:00
Simen Bekkhus 94915dd0e9
chore: cleanup imports in `d.ts` files (#14663) 2023-10-30 14:04:06 +01:00
Simen Bekkhus 79a4ff4985
fix: add ESM exports of all modules manually (#14661) 2023-10-30 11:01:22 +00:00
Simen Bekkhus 46285d8bd2 chore: fix build script
I was a bit too quick in 66a002771c
2023-10-02 14:16:29 +02:00
Simen Bekkhus 66a002771c
chore: use webpack watcher in watch mode (#14590) 2023-10-02 14:04:09 +02:00
liuxingbaoyu 769ee6ea2b
Support Prettier 3 (#14566) 2023-09-25 08:29:36 +00:00
Simen Bekkhus 70340d0b6c
feat: bundle Jest's modules with webpack (#12348) 2023-09-20 00:20:28 +02:00
Simen Bekkhus 5b56467d0c
chore: use for..of instead of forEach (#14517) 2023-09-19 10:41:10 +00:00
Paul O’Shannessy 6d2632adae
Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
Simen Bekkhus fb2f161574
chore: run type lint on @jest/console (#13403) 2022-10-08 19:54:33 +02:00
Simen Bekkhus 50bab21a8e
chore: run eslint with type information on CI (#13368) 2022-10-03 14:55:10 +02:00
Simen Bekkhus 286dab2e57
chore: fix some type errors in tests (#13360) 2022-10-03 09:15:59 +02:00
Sebastian Silbermann 5e51a06ded
feat(expect): Expose toThrowMatchers (#13328) 2022-09-27 21:37:42 +02:00
Tom Mrazauskas 2842eb6c30
feat(pretty-format)!: remove `ConvertAnsi` plugin in favour of `jest-serializer-ansi-escapes` (#13040) 2022-07-20 14:17:11 +02:00
milahu c44de55e58
fix(scripts): also check for package.json (#12983) 2022-07-10 13:18:48 +02:00
Feng Yu a93def0e5b
Use native ESM for dev scripts (#12636) 2022-04-07 14:20:17 +02:00