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
Loading
var tests = module.exports = {}; var tests = module.exports = {};
Object.defineProperties(tests, { Object.defineProperties(tests, {
blockTests: { blockchainTests: {
get: require('require-all').bind(this, __dirname + '/BlockTests') get: require('require-all').bind(this, __dirname + '/BlockchainTests')
}, },
basicTests: { basicTests: {
get: require('require-all').bind(this, __dirname + '/BasicTests/') get: require('require-all').bind(this, __dirname + '/BasicTests/')
......
{ {
"name": "ethereum-tests", "name": "ethereum-tests",
"version": "0.0.2", "version": "0.0.3",
"description": "tests for ethereum", "description": "tests for ethereum",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment