updated blockchain require
This commit is contained in:
		
							parent
							
								
									901ddf7737
								
							
						
					
					
						commit
						c37ea26dc7
					
				
							
								
								
									
										4
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								index.js
									
									
									
									
									
								
							| @ -1,8 +1,8 @@ | ||||
| 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/') | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "ethereum-tests", | ||||
|   "version": "0.0.2", | ||||
|   "version": "0.0.3", | ||||
|   "description": "tests for ethereum", | ||||
|   "main": "index.js", | ||||
|   "scripts": { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user