Skip to content

fix: Replace multiple occurrences of token in fallback URL #50

fix: Replace multiple occurrences of token in fallback URL

fix: Replace multiple occurrences of token in fallback URL #50

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