diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-08-31 22:45:00 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-08-31 22:45:00 +0800 |
commit | fe8093b71f68614af8f542c7b829f56a28db7914 (patch) | |
tree | 3b38acaf40e5addaede3d453616ba26ee9c379b3 /tests/files/package.json | |
parent | 9dc23ce284944d68ffc64cc4fb6f5d293a179fa0 (diff) | |
download | go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.gz go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.bz2 go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.lz go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.xz go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.zst go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.zip |
Add TestBcForkUncleTests and update JSON files
Diffstat (limited to 'tests/files/package.json')
-rwxr-xr-x | tests/files/package.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/files/package.json b/tests/files/package.json deleted file mode 100755 index 1e0ad9c28..000000000 --- a/tests/files/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "ethereum-tests", - "version": "0.0.6", - "description": "tests for ethereum", - "main": "index.js", - "scripts": { - "test": "echo \"There are no tests for there tests\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/ethereum/tests" - }, - "keywords": [ - "tests", - "ethereum" - ], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/ethereum/tests/issues" - }, - "homepage": "https://github.com/ethereum/tests", - "dependencies": { - "require-all": "^1.0.0" - } -} |