aboutsummaryrefslogtreecommitdiffstats
path: root/test/shh.methods.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
commitda4c2d530d6f9b8ba54221c6812f77766a33fed6 (patch)
tree61c5ce0184340f48463486cdacffdad3b6a984bf /test/shh.methods.js
parent5b701962dc3b45f4cdcad01492adab02b0cac4a7 (diff)
downloadgo-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.gz
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.zst
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.zip
removed promise dependency, updated readme, fixed node.js version of lib
Diffstat (limited to 'test/shh.methods.js')
-rw-r--r--test/shh.methods.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/shh.methods.js b/test/shh.methods.js
index 2e7e1387b..fe2dae71d 100644
--- a/test/shh.methods.js
+++ b/test/shh.methods.js
@@ -1,5 +1,3 @@
-require('es6-promise').polyfill();
-
var assert = require('assert');
var web3 = require('../index.js');
var u = require('./utils.js');