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": {