Skip to content

tidy up console.log to be one line #30

tidy up console.log to be one line

tidy up console.log to be one line #30

Workflow file for this run

name: Tests in CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test