aboutsummaryrefslogtreecommitdiffstats
path: root/test/eth.methods.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 16:36:39 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 16:36:39 +0800
commit1f5a6f13419415b4c05519e126eedcdf815aff7c (patch)
treede2d9551d3746ab3e4c8c38501ae0a1b6eac09d5 /test/eth.methods.js
parentd223ac0379c4c1f8c209e777ec9ed63384590157 (diff)
parentda4c2d530d6f9b8ba54221c6812f77766a33fed6 (diff)
downloaddexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.gz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.bz2
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.lz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.xz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.zst
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.zip
Merge branch 'develop' into cpp
Conflicts: dist/ethereum.js.map dist/ethereum.min.js
Diffstat (limited to 'test/eth.methods.js')
-rw-r--r--test/eth.methods.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/eth.methods.js b/test/eth.methods.js
index 5baedb884..002268565 100644
--- a/test/eth.methods.js
+++ b/test/eth.methods.js
@@ -1,5 +1,3 @@
-require('es6-promise').polyfill();
-
var assert = require('assert');
var web3 = require('../index.js');
var u = require('./utils.js');