Skip to content

refactored sound into internal closure and improved tests (#30) #174

refactored sound into internal closure and improved tests (#30)

refactored sound into internal closure and improved tests (#30) #174

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: npm
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test