Skip to content

add test for non-existent objects #191

add test for non-existent objects

add test for non-existent objects #191

Workflow file for this run

on: [ push, pull_request ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm ci
- run: npm test