From a0d7766cc8290037f8d0096cd6dac04094edaa17 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 6 Jan 2021 16:23:21 +0530 Subject: [PATCH] comments updated --- libs/remix-tests/tests/testRunner.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-tests/tests/testRunner.spec.ts b/libs/remix-tests/tests/testRunner.spec.ts index 5bfc9312a7..ce4032f614 100644 --- a/libs/remix-tests/tests/testRunner.spec.ts +++ b/libs/remix-tests/tests/testRunner.spec.ts @@ -76,7 +76,7 @@ async function compileAndDeploy(filename: string, callback: Function) { }) } -// Use `export NODE_OPTIONS="--max-old-space-size=2048"` if there is a JavaScript heap out of memory issue +// Use `export NODE_OPTIONS="--max-old-space-size=4096"` if there is a JavaScript heap out of memory issue describe('testRunner', () => { let tests: any[] = [], results: ResultsInterface; @@ -392,7 +392,7 @@ describe('testRunner', () => { }) }) - //Test signed/unsigned integer weight + //Test SafeMath library methods describe('test SafeMath library', () => { const filename: string = __dirname + '/examples_4/SafeMath_test.sol'