From a5884a9d5ff39381700466998b5c46c7b9347fb3 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 4 Apr 2019 13:51:26 -0700 Subject: [PATCH] refactor: use execSync for tests (#32) --- talent/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/talent/package.json b/talent/package.json index eaa4da30f8..72731af5c4 100644 --- a/talent/package.json +++ b/talent/package.json @@ -17,7 +17,6 @@ "dependencies": {}, "devDependencies": { "chai": "^4.2.0", - "execa": "^1.0.0", "mocha": "^6.0.0" } }