https://github.com/mlms13/mod-negative-zero
https://github.com/mlms13/mod-negative-zero
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlms13/mod-negative-zero
- Owner: mlms13
- Created: 2019-08-13T13:23:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:04:35.000Z (over 2 years ago)
- Last Synced: 2025-02-04T17:53:21.023Z (4 months ago)
- Language: Reason
- Size: 531 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
This is to demonstrate some weirdness with `-0`, `mod`, and Jest. Try it yourself:
```
npm install
bsb -make-world
npm run test
```