Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mock_fetch/.github/workflows/ci.yml

An extremely simple way to mock globalThis.fetch responses
File
name: CIon: push: paths: - "**/*.ts" - ".github/workflows/*.yml"jobs: run: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: denoland/setup-deno@v1 with: deno-version: v1.x - name: Print version run: deno --version - name: Run tests run: deno test