Skip to content

Commit 3db622c

Browse files
authored
ci: update memory for ng tests (#1425)
1 parent 325550b commit 3db622c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/igx-templates/igx-ts-legacy/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve -o",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
1010
"lint": "ng lint"
1111
},
1212
"private": true,

packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve -o",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
1010
"lint": "ng lint"
1111
},
1212
"private": true,

packages/igx-templates/igx-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve -o",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
1010
"lint": "ng lint"
1111
},
1212
"private": true,

packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve -o",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
1010
"lint": "ng lint"
1111
},
1212
"private": true,

0 commit comments

Comments
 (0)