summaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
authorNoritaka Kobayashi <[email protected]>2025-06-29 18:09:15 +0900
committerGitHub <[email protected]>2025-06-29 09:09:15 +0000
commitb980a47879076c030f642abc715a9f7ef6f39a35 (patch)
treea73203ed9cd09fba5f5c549d9368f40b9ac19eae /integration-tests
parente188daab91b98edb5ad5b3eca7d8b24fc945b7e3 (diff)
refactor: remove imported multiple times (#1846)
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/run-tests.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration-tests/run-tests.js b/integration-tests/run-tests.js
index 1573ab59..1e8ccad9 100644
--- a/integration-tests/run-tests.js
+++ b/integration-tests/run-tests.js
@@ -4,8 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
-import { spawnSync } from 'child_process';
-import { spawn } from 'child_process';
+import { spawnSync, spawn } from 'child_process';
import { mkdirSync, rmSync, createWriteStream } from 'fs';
import { join, dirname, basename } from 'path';
import { fileURLToPath } from 'url';