Cleanup jest config (#2959)

Some small cleanups with regards to jest
- call jest directly (nyc is integrated in jest these days)
- move jest config into seperate file so we dont clutter up the
package.json
- remove empty test file for newsletter-unit-tests
- update dependencies that touch jest
- try out v8 as coverageProvider

Co-authored-by: veeck <michael@veeck.de>
This commit is contained in:
Veeck
2022-10-28 20:57:08 +02:00
committed by GitHub
parent c191ff0032
commit f79d3f007d
7 changed files with 694 additions and 1649 deletions

View File

@@ -1,4 +1,3 @@
/config
/coverage
.nyc_output
package-lock.json