aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/index.js
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-02 23:34:03 +0800
committerobscuren <geffobscura@gmail.com>2015-03-02 23:34:03 +0800
commitb13735b40024ccc704a4c343b2985165a3bc66f4 (patch)
treea814196fe4c154f886ba0c6a9ba4348c9268b849 /tests/files/index.js
parentb383ff0b96a1cf3df0b56f13b8d303ae4d4977ad (diff)
downloaddexon-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.gz
dexon-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.zst
dexon-b13735b40024ccc704a4c343b2985165a3bc66f4.zip
updated tests
Diffstat (limited to 'tests/files/index.js')
-rw-r--r--tests/files/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/files/index.js b/tests/files/index.js
index 47acfdbfb..732cb7b26 100644
--- a/tests/files/index.js
+++ b/tests/files/index.js
@@ -13,6 +13,9 @@ Object.defineProperties(tests, {
stateTests: {
get: require('require-all').bind(this, __dirname + '/StateTests/')
},
+ transactionTests:{
+ get: require('require-all').bind(this, __dirname + '/TransactionTests/')
+ },
vmTests: {
get: require('require-all').bind(this, __dirname + '/VMTests')
}