coverage removed

This commit is contained in:
Umur Ozkul 2022-03-25 16:49:32 +01:00
parent 75f398b8db
commit 848cf6e2ff

View File

@ -7,7 +7,6 @@
"bundle": "tsc && webpack",
"start": "rescript build -w -with-deps",
"clean": "rescript clean",
"coverage": "jest --coverage",
"test:reducer": "jest --testPathPattern '.*__tests__/Reducer.*'",
"test": "jest",
"test:ci": "yarn jest ./__tests__/Lodash__test.re",