Skip to content

add a single pixel image definition #190

add a single pixel image definition

add a single pixel image definition #190

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