Commit a0d7766c authored by aniket-engg's avatar aniket-engg Committed by Aniket

comments updated

parent d3be6829
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment