Skip to content

Commit c8d663e

Browse files
authored
test(ts): increase buffer size for dependency resolution for ts compilation assertions (#320)
1 parent 322f6c1 commit c8d663e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nx-plugin/src/utils/test/ts.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class TypeScriptVerifier {
7878
encoding: 'utf-8',
7979
stdio: 'pipe',
8080
cwd: path.resolve(__dirname, '../../../../../'),
81+
maxBuffer: 50 * 1024 * 1024, // 50 MB
8182
}),
8283
);
8384

0 commit comments

Comments
 (0)