Commit c37ea26d authored by wanderer's avatar wanderer

updated blockchain require

parent 901ddf77
var tests = module.exports = {};
Object.defineProperties(tests, {
blockTests: {
get: require('require-all').bind(this, __dirname + '/BlockTests')
blockchainTests: {
get: require('require-all').bind(this, __dirname + '/BlockchainTests')
},
basicTests: {
get: require('require-all').bind(this, __dirname + '/BasicTests/')
......
{
"name": "ethereum-tests",
"version": "0.0.2",
"version": "0.0.3",
"description": "tests for ethereum",
"main": "index.js",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment