Skip to content

test: adds (not) failing test for diffing arrays of template results #365

test: adds (not) failing test for diffing arrays of template results

test: adds (not) failing test for diffing arrays of template results #365

Workflow file for this run

name: NPM run test
on:
push:
branches:
- main
pull_request:
branches:
- main
- '1.0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test