Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tact-lang/ton-jest
- Owner: tact-lang
- License: mit
- Created: 2023-04-02T10:44:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:23:20.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:33:51.411Z (about 2 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
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