Skip to content

feat(new new docs): introduction #61

feat(new new docs): introduction

feat(new new docs): introduction #61

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...