We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e708 commit d1ac821Copy full SHA for d1ac821
1 file changed
integration-tests/helpers/index.js
@@ -242,9 +242,12 @@ function execHelper (command, options) {
242
* @param {string[]} integrationTestsPaths
243
* @param {string} [followUpCommand]
244
*/
245
-
246
-async function createSandbox (dependencies = [], isGitRepo = false,
247
- integrationTestsPaths = ['./integration-tests/*'], followUpCommand) {
+async function createSandbox (
+ dependencies = [],
+ isGitRepo = false,
248
+ integrationTestsPaths = ['./integration-tests/*'],
249
+ followUpCommand
250
+) {
251
const cappedDependencies = dependencies.map(dep => {
252
if (builtinModules.includes(dep)) return dep
253
0 commit comments