Skip to content

improved SimpleCircularArray negative index resolution algorithm, fix… #16

improved SimpleCircularArray negative index resolution algorithm, fix…

improved SimpleCircularArray negative index resolution algorithm, fix… #16

Workflow file for this run

name: CI
on: [push]
jobs:
run-jest-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: npm test