Commit 477c38bf authored by Iuri Matias's avatar Iuri Matias

move tests lib to a separate folder

parent 0b63eb68
......@@ -12,7 +12,7 @@ function compileAll(cb) {
let compiler;
const sources = {
"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()}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment