Skip to content

refactor(tests): migrate to MSW for API mocking and improve test stru… #7

refactor(tests): migrate to MSW for API mocking and improve test stru…

refactor(tests): migrate to MSW for API mocking and improve test stru… #7

Workflow file for this run

name: Test Suite
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout source
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run test -- --run