Skip to content

2024/01/16 - Add older helper methods: .of_length, .at, .permutation … #53

2024/01/16 - Add older helper methods: .of_length, .at, .permutation …

2024/01/16 - Add older helper methods: .of_length, .at, .permutation … #53

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
- run: npm install
- run: npm run test -- --watchAll=false