https://github.com/futursolo/reality-rs
Subject your application to brutal reality
https://github.com/futursolo/reality-rs
Last synced: 9 months ago
JSON representation
Subject your application to brutal reality
- Host: GitHub
- URL: https://github.com/futursolo/reality-rs
- Owner: futursolo
- Created: 2022-12-31T11:46:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T12:31:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T02:34:22.314Z (11 months ago)
- Language: Rust
- Size: 868 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Reality
Subject your application to brutal reality.
# How to run tests
To run tests created by reality, you can use: `wasm-pack test --node`
# Development
This application uses `dom-testing-library` and `jsdom`.
You can build the JavaScript bundle with the following commands:
1. `yarn`
2. `yarn build`