Skip to content

Fix basic test. Add swipe test. #16

Fix basic test. Add swipe test.

Fix basic test. Add swipe test. #16

Workflow file for this run

name: Run Unit Tests and Lint Files
"on": push
jobs:
unit_test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build
npm run test
npm run lint