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
fc5b5703
Commit
fc5b5703
authored
Jun 13, 2019
by
0mkar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import fix for vscode integration
parent
528ad905
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
deployer.ts
remix-tests/src/deployer.ts
+1
-1
run.ts
remix-tests/src/run.ts
+1
-1
runTestFiles.ts
remix-tests/src/runTestFiles.ts
+1
-1
testRunner.ts
remix-tests/src/testRunner.ts
+1
-1
testRunner.ts
remix-tests/tests/testRunner.ts
+1
-1
No files found.
remix-tests/src/deployer.ts
View file @
fc5b5703
import
async
from
'async'
var
remixLib
=
require
(
'remix-lib'
)
import
Web3
from
'web3'
import
Web3
=
require
(
'web3'
)
export
function
deployAll
(
compileResult
:
object
,
web3
:
Web3
,
callback
)
{
let
compiledObject
=
{}
...
...
remix-tests/src/run.ts
View file @
fc5b5703
import
commander
from
'commander'
import
Web3
from
'web3'
import
Web3
=
require
(
'web3'
)
import
{
runTestFiles
}
from
'./runTestFiles'
import
fs
from
'./fileSystem'
import
{
Provider
}
from
'remix-simulator'
...
...
remix-tests/src/runTestFiles.ts
View file @
fc5b5703
...
...
@@ -3,7 +3,7 @@ import fs from './fileSystem'
import
{
runTest
}
from
'./testRunner'
import
{
TestResultInterface
,
ResultsInterface
}
from
'./types'
import
colors
from
'colors'
import
Web3
from
'web3'
import
Web3
=
require
(
'web3'
)
import
{
compileFileOrFiles
}
from
'./compiler'
import
{
deployAll
}
from
'./deployer'
...
...
remix-tests/src/testRunner.ts
View file @
fc5b5703
import
async
from
'async'
import
*
as
changeCase
from
'change-case'
import
Web3
from
'web3'
import
Web3
=
require
(
'web3'
)
import
{
RunListInterface
,
TestCbInterface
,
TestResultInterface
,
ResultCbInterface
}
from
'./types'
function
getFunctionFullName
(
signature
:
string
,
methodIdentifiers
)
{
...
...
remix-tests/tests/testRunner.ts
View file @
fc5b5703
import
'mocha'
import
*
as
async
from
'async'
import
Web3
from
'web3'
import
Web3
=
require
(
'web3'
)
import
*
as
assert
from
'assert'
import
{
Provider
}
from
'remix-simulator'
...
...
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