Skip to content

new(slideThrough, slideThroughCyclic): add a new pair of operators #5

new(slideThrough, slideThroughCyclic): add a new pair of operators

new(slideThrough, slideThroughCyclic): add a new pair of operators #5

Workflow file for this run

name: Run Tests
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test