Skip to content

fix: calculate range when outer size is defined and count > 0 #204

fix: calculate range when outer size is defined and count > 0

fix: calculate range when outer size is defined and count > 0 #204

Workflow file for this run

name: pr
on: [pull_request]
jobs:
test:
name: 'Test (node ${{ matrix.node }})'
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: |
npm i
npm run build
npm run test