Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
a0d7766c
Commit
a0d7766c
authored
Jan 06, 2021
by
aniket-engg
Committed by
Aniket
Jan 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments updated
parent
d3be6829
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testRunner.spec.ts
libs/remix-tests/tests/testRunner.spec.ts
+2
-2
No files found.
libs/remix-tests/tests/testRunner.spec.ts
View file @
a0d7766c
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment