https://github.com/tact-lang/ton-jest
Jest preset for working with TON
https://github.com/tact-lang/ton-jest
Last synced: 6 months ago
JSON representation
Jest preset for working with TON
- Host: GitHub
- URL: https://github.com/tact-lang/ton-jest
- Owner: tact-lang
- License: mit
- Created: 2023-04-02T10:44:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:23:20.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:33:51.411Z (7 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tact - TON Jest - Testing tools for TON with Jest. (Tools and utilities [↑](#contents) / Frameworks and libraries)
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