Skip to content

Update snapshot tests to include height for images #2

Update snapshot tests to include height for images

Update snapshot tests to include height for images #2

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run check-format
- run: npm test
- run: npm run build