Skip to content

feat: allow more configurable options, and add additional comments #2

feat: allow more configurable options, and add additional comments

feat: allow more configurable options, and add additional comments #2

Workflow file for this run

name: Integration Testing on Code Change
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test