UNPKG
@vechain.energy/gas
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
calculate estimated gas usage for transactions
vechain.energy
vechain-energy/gas
@vechain.energy/gas
/
jest.config.js
5 lines
•
123 B
JavaScript
View Raw
1
2
3
4
5
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };