Skip to content

add troubleshooting section and update reference to statics #125

add troubleshooting section and update reference to statics

add troubleshooting section and update reference to statics #125

Workflow file for this run

name: 'Tests for Demos'
on: push
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build addon
run: yarn workspace msw-storybook-addon build
- name: Test Demos
run: yarn workspace msw-storybook-docs test --colors