aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorwanderer <mjbecze@gmail.com>2015-02-04 06:35:36 +0800
committerwanderer <mjbecze@gmail.com>2015-02-04 06:35:36 +0800
commitc37ea26dc7e0b06ccae2fe1a354e94093c54903c (patch)
tree689a1967927bdafa705b319c78cd2fa0c3a0c92a /index.js
parent901ddf773785747b8cda5f1d803f65d265320553 (diff)
downloadgo-tangerine-c37ea26dc7e0b06ccae2fe1a354e94093c54903c.tar.gz
go-tangerine-c37ea26dc7e0b06ccae2fe1a354e94093c54903c.tar.zst
go-tangerine-c37ea26dc7e0b06ccae2fe1a354e94093c54903c.zip
updated blockchain require
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index aa4cd51e1..47acfdbfb 100644
--- a/index.js
+++ b/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/')