Skip to content

test: Fix typo in expected URL #45

test: Fix typo in expected URL

test: Fix typo in expected URL #45

Workflow file for this run

name: Perform unit tests
on:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "latest"
- run: npm ci
- run: npm run test
env:
NODE_ENV: test