Skip to content

feat(game): Force user to click correct answer in practice mode #77

feat(game): Force user to click correct answer in practice mode

feat(game): Force user to click correct answer in practice mode #77

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm test