Skip to content

Added (optional) logger attribute to init options #37

Added (optional) logger attribute to init options

Added (optional) logger attribute to init options #37

Workflow file for this run

name: Mocha tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:unit