diff options
| author | Noritaka Kobayashi <[email protected]> | 2025-06-29 18:09:15 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-29 09:09:15 +0000 |
| commit | b980a47879076c030f642abc715a9f7ef6f39a35 (patch) | |
| tree | a73203ed9cd09fba5f5c549d9368f40b9ac19eae /integration-tests | |
| parent | e188daab91b98edb5ad5b3eca7d8b24fc945b7e3 (diff) | |
refactor: remove imported multiple times (#1846)
Diffstat (limited to 'integration-tests')
| -rw-r--r-- | integration-tests/run-tests.js | 3 |
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'; |
