feat: add jest cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-27 23:09:51 +08:00
parent b54ea24b2e
commit 69f536eb33
12 changed files with 1019 additions and 27 deletions

View File

@ -4,7 +4,8 @@
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
"private": false,
"scripts": {
"build": "node scripts/build.mjs"
"build": "node scripts/build.mjs",
"start": "node scripts/build.mjs"
},
"repository": {
"type": "git",