diff options
Diffstat (limited to 'integration-tests/run-tests.js')
| -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'; |
