Skip to content

[SDK-3883] Remove ability to pass array of event names to EventEmitter.prototype.once #31

[SDK-3883] Remove ability to pass array of event names to EventEmitter.prototype.once

[SDK-3883] Remove ability to pass array of event names to EventEmitter.prototype.once #31

Workflow file for this run

name: Test (react hooks)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run format:check
- run: npm run test:react