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
9c9267c5
Commit
9c9267c5
authored
Apr 10, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test file generation && don't switch to a File upon workspace loads
parent
e8e3e709
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
test-tab.js
src/app/tabs/test-tab.js
+1
-1
workspace.js
src/app/ui/landing-page/workspace.js
+0
-2
No files found.
src/app/tabs/test-tab.js
View file @
9c9267c5
...
...
@@ -173,7 +173,7 @@ module.exports = class TestTab extends ApiFactory {
<br/>
For more details, see
How to test smart contracts guide in our documentation.
<div class="
${
css
.
generateTestFile
}
btn btn-primary m-1" onclick="
${
this
.
testTabLogic
.
generateTestFile
(
this
)}
">Generate test file</div>
<div class="
${
css
.
generateTestFile
}
btn btn-primary m-1" onclick="
${
this
.
testTabLogic
.
generateTestFile
.
bind
(
this
.
testTabLogic
)}
">Generate test file</div>
</div>
<div class="
${
css
.
tests
}
">
<div class="
${
css
.
buttons
}
">
...
...
src/app/ui/landing-page/workspace.js
View file @
9c9267c5
...
...
@@ -21,7 +21,6 @@ export const defaultWorkspaces = (appManager) => {
appManager
.
ensureActivated
(
'run'
)
appManager
.
ensureActivated
(
'solidityStaticAnalysis'
)
appManager
.
ensureActivated
(
'solidityUnitTesting'
)
globalRegistry
.
get
(
'filemanager'
).
api
.
switchFile
()
globalRegistry
.
get
(
'verticalicon'
).
api
.
select
(
'solidity'
)
},
()
=>
{}),
new
Workspace
(
...
...
@@ -31,7 +30,6 @@ export const defaultWorkspaces = (appManager) => {
()
=>
{
appManager
.
ensureActivated
(
'vyper'
)
appManager
.
ensureActivated
(
'run'
)
globalRegistry
.
get
(
'filemanager'
).
api
.
switchFile
()
globalRegistry
.
get
(
'verticalicon'
).
api
.
select
(
'vyper'
)
},
()
=>
{}),
new
Workspace
(
'Debugger'
,
'Debug transactions with remix'
,
false
,
()
=>
{
...
...
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