Skip to content

Add test for times that the nyplApiClient has been called #1226

Add test for times that the nyplApiClient has been called

Add test for times that the nyplApiClient has been called #1226

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm ci
- name: Unit Tests
run: npm test