Skip to content

feat: improve integer() and fractional() to not use strings #21

feat: improve integer() and fractional() to not use strings

feat: improve integer() and fractional() to not use strings #21

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test