From c01b82e8b200920cecfc8c8146d86f6ffe8686ff Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 17:32:28 -0500 Subject: [PATCH] db test name change --- squarenotsquare/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index 453c93b..84323e4 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -13,7 +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", + "testDB": "jest __tests__/DB-test.js --silent", "lint": "eslint ." }, "dependencies": {