add more tests (#26)

* added more tests

* (fix) no cpu profile.
This commit is contained in:
2021-04-29 21:42:51 +02:00
committed by GitHub
parent 23418bbc60
commit 924fca5b90
14 changed files with 196 additions and 39 deletions

View File

@ -25,6 +25,11 @@
"random": "^3.0.6"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^26.6.3"
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": ["**/*.{js,jsx}", "!**/node_modules/**", "!**/vendor/**"]
}
}