Skip to content

FIX input as object can be nullable #47

FIX input as object can be nullable

FIX input as object can be nullable #47

Workflow file for this run

name: Tests
on:
push:
branches:
- main
jobs:
run-tests:
name: Run all tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run tests
run: |
npm ci
cd examples
npm ci
cd ..
npm test