Skip to content

feat: implement ping / pong connction check on client side, fix #86 #115

feat: implement ping / pong connction check on client side, fix #86

feat: implement ping / pong connction check on client side, fix #86 #115

Workflow file for this run

name: Unit Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Install Node'
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: "Run Test"
run: npm run test:all