Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tact-lang/ton-jest

Jest preset for working with TON
https://github.com/tact-lang/ton-jest

Last synced: 29 days ago
JSON representation

Jest preset for working with TON

Awesome Lists containing this project

README

        

# TON Jest

Testing tools for TON and Jest

## Installation

```bash
yarn add -D ton-jest
```

## Usage

Add the following to your Jest configuration:

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

## License

MIT