From 08bf87d7b2340dc59194ee33469cd7ae83b00129 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 18:41:35 -0500 Subject: [PATCH] nav test script --- squarenotsquare/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index 84323e4..fc40bc2 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -14,6 +14,7 @@ "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", "lint": "eslint ." }, "dependencies": {