chore: upgrade Jest to 28; add GitHub-actions reporter (#7243)

This commit is contained in:
Joshua Chen 2022-04-27 23:47:59 +08:00 committed by GitHub
parent 10a5ebecec
commit 9a1b7217ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 591 additions and 468 deletions

View file

@ -5,6 +5,7 @@
"main": "lib/index.js",
"sideEffects": false,
"exports": {
"./src/*": "./src/*",
"./client": "./lib/client/index.js",
"./server": "./lib/server-export.js",
".": "./lib/index.js"