Skip to content

feat(new new docs): h2 #59

feat(new new docs): h2

feat(new new docs): h2 #59

Workflow file for this run

name: Jest tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pnpm
run: npm install -g pnpm@latest
- name: Install modules
run: pnpm i
- name: Run tests
run: pnpm test --filter=drawer...