Refactor contracts tests to not use injected web3 instance

This commit is contained in:
Leonid Logvinov
2018-01-19 15:34:28 +01:00
parent f2b2b86786
commit 709026bf1a
37 changed files with 89 additions and 126 deletions

2
packages/dev-utils/src/globals.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
declare module 'web3-provider-engine';
declare module 'web3-provider-engine/subproviders/rpc';