UNPKG

ethereumjs-testing

Version:
14 lines (11 loc) 273 B
const testing = require('../index.js') let args = {} args.dir = 'GeneralStateTests/stCallCodes' args.forkConfig = 'Byzantium' testing.getTestFromSource('exampledata.json', (err, testData) => { if (err) { console.log(err) } else { console.log(testData) } })