Skip to content

Remove MockedResponse in favor of real Response #29

Remove MockedResponse in favor of real Response

Remove MockedResponse in favor of real Response #29

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install modules
run: pnpm install
- name: Run tests for next-api-compose
run: pnpm test