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
c1c76dca
Commit
c1c76dca
authored
Oct 16, 2021
by
bunsenstraat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
7cc349b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Client.ts
apps/remix-ide-e2e/src/local-plugin/src/app/Client.ts
+5
-6
No files found.
apps/remix-ide-e2e/src/local-plugin/src/app/Client.ts
View file @
c1c76dca
...
...
@@ -326,10 +326,9 @@ export class WorkSpacePlugin extends PluginClient {
}
}
async
switchfile
(
dir
:
string
)
{
async
switchfile
(
dir
:
string
)
{
try
{
const
files
=
await
this
.
call
(
'fileManager'
,
'switchFile'
,
dir
)
await
this
.
call
(
'fileManager'
,
'switchFile'
,
dir
)
}
catch
(
e
)
{
this
.
setFeedback
(
e
.
message
)
}
...
...
@@ -380,7 +379,7 @@ export class WorkSpacePlugin extends PluginClient {
async
createWorkSpace
(
name
:
string
)
{
try
{
const
s
=
await
this
.
call
(
'filePanel'
,
'createWorkspace'
,
name
)
await
this
.
call
(
'filePanel'
,
'createWorkspace'
,
name
)
}
catch
(
e
)
{
this
.
setFeedback
(
e
.
message
)
}
...
...
@@ -523,9 +522,9 @@ export class WorkSpacePlugin extends PluginClient {
}
}
`
//await this.call('fileManager', 'setFile', '/modifyVariable.sol', f)
//
await this.call('fileManager', 'setFile', '/modifyVariable.sol', f)
await
this
.
call
(
'fileManager'
,
'switchFile'
,
'tests/4_Ballot_test.sol'
)
//await this.call('fileManager', 'setFile', '/modifyVariable_test.sol', t)
//
await this.call('fileManager', 'setFile', '/modifyVariable_test.sol', t)
const
result
=
await
this
.
call
(
'solidityUnitTesting'
,
'testFromPath'
,
...
...
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