Skip to content

Various Fixes ---- Fix typo and ensure that votekick only counts active players, ban/vk/mute ui change #532

Various Fixes ---- Fix typo and ensure that votekick only counts active players, ban/vk/mute ui change

Various Fixes ---- Fix typo and ensure that votekick only counts active players, ban/vk/mute ui change #532

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:frontend