https://github.com/getsentry/test-jsonnet
https://github.com/getsentry/test-jsonnet
tag-non-production
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getsentry/test-jsonnet
- Owner: getsentry
- Created: 2023-07-12T19:06:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T04:37:38.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:47:11.569Z (10 months ago)
- Topics: tag-non-production
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-jsonnet
Jsonnet libraries used to help test
## Install
You'll need jsonnet-bundler to install these libraries:
```sh
jb install https://github.com/getsentry/test-jsonnet.git/libs@v1.0.0
```
## Development
Run formatting, lint, and tests using make:
```sh
make
```