From 3b807aa1352f844700d835893efdceb2c8176da5 Mon Sep 17 00:00:00 2001 From: rddimon Date: Tue, 6 Feb 2024 15:55:26 +0200 Subject: [PATCH] AT-11105: remove unused code https://amplify-education.atlassian.net/browse/AT-11105 --- test/integration-tests/debug/debug.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration-tests/debug/debug.test.ts b/test/integration-tests/debug/debug.test.ts index f8e48dfa..53373678 100644 --- a/test/integration-tests/debug/debug.test.ts +++ b/test/integration-tests/debug/debug.test.ts @@ -1,7 +1,6 @@ import "mocha"; import utilities = require("../test-utilities"); import { TEMP_DIR } from "../base"; -import { exec } from "../test-utilities"; const CONFIGS_FOLDER = "debug"; const TIMEOUT_MINUTES = 15 * 60 * 1000; // 15 minutes in milliseconds