Skip to content

doc: updated README for getEventhandlers #7

doc: updated README for getEventhandlers

doc: updated README for getEventhandlers #7

Workflow file for this run

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