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