Skip to content

Focus input box when emotion is picked #265

Focus input box when emotion is picked

Focus input box when emotion is picked #265

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test