Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 234 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 234 Bytes

TON Jest

Testing tools for TON and Jest

Installation

yarn add -D ton-jest

Usage

Add the following to your Jest configuration:

{
  "snapshotSerializers": ["ton-jest/serializers"]
}

License

MIT