good morning!!!!

Skip to content
Snippets Groups Projects
Commit c37ea26d authored by Martin Becze's avatar Martin Becze
Browse files

updated blockchain require

parent 901ddf77
No related branches found
No related tags found
No related merge requests found
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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment