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
477c38bf
Commit
477c38bf
authored
Feb 01, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move tests lib to a separate folder
parent
0b63eb68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
tests.sol
sol/tests.sol
+0
-0
compiler.js
src/compiler.js
+1
-1
No files found.
examples
/tests.sol
→
sol
/tests.sol
View file @
477c38bf
File moved
src/compiler.js
View file @
477c38bf
...
@@ -12,7 +12,7 @@ function compileAll(cb) {
...
@@ -12,7 +12,7 @@ function compileAll(cb) {
let
compiler
;
let
compiler
;
const
sources
=
{
const
sources
=
{
"simple_storage.sol"
:
{
content
:
fs
.
readFileSync
(
"examples/simple_storage.sol"
).
toString
()},
"simple_storage.sol"
:
{
content
:
fs
.
readFileSync
(
"examples/simple_storage.sol"
).
toString
()},
"tests.sol"
:
{
content
:
fs
.
readFileSync
(
"
examples
/tests.sol"
).
toString
()},
"tests.sol"
:
{
content
:
fs
.
readFileSync
(
"
sol
/tests.sol"
).
toString
()},
"simple_storage_test.sol"
:
{
content
:
fs
.
readFileSync
(
"examples/simple_storage_test.sol"
).
toString
()}
"simple_storage_test.sol"
:
{
content
:
fs
.
readFileSync
(
"examples/simple_storage_test.sol"
).
toString
()}
};
};
...
...
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