Skip to content

Refactor and add tests (#17) #2

Refactor and add tests (#17)

Refactor and add tests (#17) #2

Workflow file for this run

name: "Test Node.js project with Jest"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm ci
- run: npm test