Skip to content
GitLab
Explore
Sign in
txwrapper
jest.config.js
Find file
Normal view
History
Permalink
jest.config.js
97 B
Newer
Older
chore: Set up project architecture
Amaury Martiny
committed
Nov 28, 2019
1
module
.
exports
=
{
feat: Add decodeUnsignedTx (#6)
Amaury Martiny
committed
Dec 03, 2019
2
3
preset
:
'
ts-jest
'
,
testPathIgnorePatterns
:
[
'
/lib/
'
,
'
/node_modules/
'
]
chore: Set up project architecture
Amaury Martiny
committed
Nov 28, 2019
4
};