Skip to content

chore: Upgrades msw to 2.x #256

chore: Upgrades msw to 2.x

chore: Upgrades msw to 2.x #256

Workflow file for this run

name: Build and test code
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run build
npm run test