diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
commit | b13735b40024ccc704a4c343b2985165a3bc66f4 (patch) | |
tree | a814196fe4c154f886ba0c6a9ba4348c9268b849 /tests/files/index.js | |
parent | b383ff0b96a1cf3df0b56f13b8d303ae4d4977ad (diff) | |
download | go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.gz go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.zst go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.zip |
updated tests
Diffstat (limited to 'tests/files/index.js')
-rw-r--r-- | tests/files/index.js | 3 |
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') } |