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
5b9029f2
Commit
5b9029f2
authored
Oct 13, 2021
by
Aniket-Engg
Committed by
Aniket
Oct 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linting fix
parent
9b60d0bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test-tab.js
apps/remix-ide/src/app/tabs/test-tab.js
+1
-1
deployer.ts
libs/remix-tests/src/deployer.ts
+1
-1
No files found.
apps/remix-ide/src/app/tabs/test-tab.js
View file @
5b9029f2
...
@@ -499,7 +499,7 @@ module.exports = class TestTab extends ViewPlugin {
...
@@ -499,7 +499,7 @@ module.exports = class TestTab extends ViewPlugin {
usingWorker
:
canUseWorker
(
currentVersion
),
usingWorker
:
canUseWorker
(
currentVersion
),
runs
runs
}
}
this
.
testRunner
.
runTestSources
(
runningTest
,
compilerConfig
,
()
=>
{},
()
=>
{},
(
error
,
result
)
=>
{
this
.
testRunner
.
runTestSources
(
runningTest
,
compilerConfig
,
()
=>
{},
()
=>
{},
null
,
(
error
,
result
)
=>
{
if
(
error
)
return
reject
(
error
)
if
(
error
)
return
reject
(
error
)
resolve
(
result
)
resolve
(
result
)
},
(
url
,
cb
)
=>
{
},
(
url
,
cb
)
=>
{
...
...
libs/remix-tests/src/deployer.ts
View file @
5b9029f2
...
@@ -79,7 +79,7 @@ export function deployAll (compileResult: compilationInterface, web3: Web3, with
...
@@ -79,7 +79,7 @@ export function deployAll (compileResult: compilationInterface, web3: Web3, with
contracts
[
contractName
]
=
contractObject
contracts
[
contractName
]
=
contractObject
contracts
[
contractName
].
filename
=
filename
contracts
[
contractName
].
filename
=
filename
if
(
deployCb
)
await
deployCb
(
filename
,
receipt
.
contractAddress
)
if
(
deployCb
)
await
deployCb
(
filename
,
receipt
.
contractAddress
)
callback
(
null
,
{
receipt
:
{
contractAddress
:
receipt
.
contractAddress
}
})
// TODO this will only work with JavaScriptV VM
callback
(
null
,
{
receipt
:
{
contractAddress
:
receipt
.
contractAddress
}
})
// TODO this will only work with JavaScriptV VM
}).
on
(
'error'
,
function
(
err
)
{
}).
on
(
'error'
,
function
(
err
)
{
console
.
error
(
err
)
console
.
error
(
err
)
...
...
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