From 013e3a259eeb6a741e3810ffadfa985032aee6dd Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 14:43:50 -0500 Subject: [PATCH] db test script --- squarenotsquare/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index 355f777..453c93b 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -13,6 +13,7 @@ "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-Setup-test.js --silent", "lint": "eslint ." }, "dependencies": {