Skip to content

Add 'src' folder to Jest roots #293

Add 'src' folder to Jest roots

Add 'src' folder to Jest roots #293

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
- name: Setup Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
with:
node-version: 20.x
- name: npm install, build, and test
run: |
npm install
npm test