Skip to content

Commit d1ac821

Browse files
authored
chore: clean up code in integration tests helper (#6735)
1 parent cc7e708 commit d1ac821

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

integration-tests/helpers/index.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,12 @@ function execHelper (command, options) {
242242
* @param {string[]} integrationTestsPaths
243243
* @param {string} [followUpCommand]
244244
*/
245-
246-
async function createSandbox (dependencies = [], isGitRepo = false,
247-
integrationTestsPaths = ['./integration-tests/*'], followUpCommand) {
245+
async function createSandbox (
246+
dependencies = [],
247+
isGitRepo = false,
248+
integrationTestsPaths = ['./integration-tests/*'],
249+
followUpCommand
250+
) {
248251
const cappedDependencies = dependencies.map(dep => {
249252
if (builtinModules.includes(dep)) return dep
250253

0 commit comments

Comments
 (0)