From 758d774258ec15b6aab5461054a422791d82c0ed Mon Sep 17 00:00:00 2001 From: dtookey Date: Mon, 26 Oct 2020 11:22:22 -0400 Subject: [PATCH] removed jest because it was throwing an error during the gulp build process. Isn't NPM lovely? --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 900c125..d373a3b 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,6 @@ "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "gulp-exec": "^5.0.0", - "del": "^6.0.0", - "jest": "^26.6.1", - "ts-jest": "^26.4.2", - "@types/jest": "^26.0.15" + "del": "^6.0.0" } }