Skip to content

🐛 Remove @types/jest dependency #8

🐛 Remove @types/jest dependency

🐛 Remove @types/jest dependency #8

Workflow file for this run

name: Run tests
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- name: Get code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run test suite
run: yarn test