coverage removed

This commit is contained in:
Umur Ozkul 2022-03-25 16:49:32 +01:00 committed by Quinn Dougherty
parent c8eebc7bbd
commit 79d3831f5d

View File

@ -7,7 +7,6 @@
"bundle": "webpack",
"start": "rescript build -w -with-deps",
"clean": "rescript clean",
"coverage": "jest --coverage",
"test:reducer": "jest --testPathPattern '.*__tests__/Reducer.*'",
"test": "jest",
"test:watch": "jest --watchAll",