diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 03:24:30 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 03:24:30 +0800 |
commit | c397e350f4903b13af901762547fcc4d7905d8cd (patch) | |
tree | 00a5397e6d8007ac9db751579f760c9728309404 /lib | |
parent | b6058a837f9a90bd2973e4be54f0eab85e85674e (diff) | |
download | dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar.gz dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar.bz2 dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar.lz dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar.xz dexon-c397e350f4903b13af901762547fcc4d7905d8cd.tar.zst dexon-c397e350f4903b13af901762547fcc4d7905d8cd.zip |
mocha opts file && init of parser tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/abi.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/abi.js b/lib/abi.js index 5a4d64515..e37f477ee 100644 --- a/lib/abi.js +++ b/lib/abi.js @@ -263,3 +263,4 @@ module.exports = { inputParser: inputParser, outputParser: outputParser }; + |