Remove truffle from tests

This commit is contained in:
Leonid Logvinov
2018-01-22 21:53:32 +01:00
parent 709026bf1a
commit 387363283c
72 changed files with 650 additions and 7163 deletions

3
packages/utils/src/globals.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare module 'web3/lib/solidity/coder' {
const decodeParams: (types: string[], data: string) => any[];
}