move tests lib to a separate folder

pull/7/head
Iuri Matias 7 years ago
parent 0b63eb6880
commit 477c38bf36
  1. 0
      sol/tests.sol
  2. 2
      src/compiler.js

@ -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()}
};

Loading…
Cancel
Save