export tests lib sol code

pull/3094/head
Iuri Matias 7 years ago
parent 704c36fea2
commit 9b67d8861e
  1. 3
      sol/tests.sol.js
  2. 3
      src/index.js

@ -1,3 +1,4 @@
module.exports = `
pragma solidity ^0.4.7;
library Assert {
@ -99,4 +100,4 @@ library Assert {
//}
}
`;

@ -188,5 +188,6 @@ var runTestFiles = function (filepath, isDirectory, web3) {
module.exports = {
runTestFiles: runTestFiles,
runTestSources: runTestSources,
runTest: TestRunner.runTest
runTest: TestRunner.runTest,
assertLibCode: require('../sol/tests.sol.js')
}

Loading…
Cancel
Save