| 1 | var SimpleMultiSig = artifacts.require("./SimpleMultiSig.sol") |
| 2 | var TestRegistry = artifacts.require("./TestRegistry.sol") |
| 3 | var lightwallet = require('eth-lightwallet') |
| 4 | const Promise = require('bluebird') |
nothing calls this directly
no test coverage detected