Skip to content

Commit 3d74250

Browse files
committed
style: apply linter fixes to test-affected script
1 parent 0731757 commit 3d74250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test-affected.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ async function main() {
9696
cwd: rootPath,
9797
env: {
9898
...process.env,
99-
NODE_OPTIONS: `${process.env.NODE_OPTIONS || ''} --max-old-space-size=${process.env.CI ? 8192 : 4096}`.trim(),
99+
NODE_OPTIONS:
100+
`${process.env.NODE_OPTIONS || ''} --max-old-space-size=${process.env.CI ? 8192 : 4096}`.trim(),
100101
},
101102
stdio: 'inherit',
102103
}

0 commit comments

Comments
 (0)