UNPKG
ethereumjs-testing
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
0.0.0
test utils for ethereumjs-*
github.com/ethereumjs/ethereumjs-testing
ethereumjs/ethereumjs-testing
ethereumjs-testing
/
examples
/
read-single-file.js
5 lines
(3 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
const
testing =
require
(
'../index.js'
)
const
testData = testing.
getSingleFile
(
'GeneralStateTests/stCodeSizeLimit/codesizeValid.json'
)
console
.
log
(testData)