Skip to content

docs: remove unused import #323

docs: remove unused import

docs: remove unused import #323

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test