From d33315008f347d402919687ceae5ea9bd60ffa4b Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sun, 9 Mar 2025 15:01:51 +0100 Subject: [PATCH] remove unused import --- tests/json.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/json.test.js b/tests/json.test.js index 3894f9567..ba51a9e75 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -1,7 +1,6 @@ const t = require("ava"); const fs = require("fs-extra"); const path = require("path"); -const { promisify } = require("util"); const ignoredRootJSONFiles = ["package-lock.json", "package.json"];