Skip to content

Apparantly, you can only have 2 animation states on a component #108

Apparantly, you can only have 2 animation states on a component

Apparantly, you can only have 2 animation states on a component #108

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: npm install
- name: Run Tests
run: npm test