From f7edbb36700f68352d4168e3a96fe9b4ca8e5aab Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 22:39:46 -0500 Subject: [PATCH] theme unit test script --- squarenotsquare/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index fc40bc2..e479f83 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -8,13 +8,14 @@ "start": "react-native start", "test": "jest --silent", "testVerbose": "jest", - "testCoverage": "jest --coverage --silent", + "testCoverage": "jest --coverage --collectCoverageFrom=src/**/*.js", "testActionCreators": "jest __tests__/Action-Creators-test.js --silent", "testApp": "jest __tests__/App-test.js --silent", "testMigrations": "jest __tests__/Migration-test.js --silent", "testRepos": "jest __tests__/Repo-test.js --silent", "testDB": "jest __tests__/DB-test.js --silent", "testNav": "jest __tests__/Nav-test.js --silent", + "testThemes": "jest __tests__/Themes-test.js --silent", "lint": "eslint ." }, "dependencies": {