Skip to content

feat: combine custom command implementations from #47 and #53 #20

feat: combine custom command implementations from #47 and #53

feat: combine custom command implementations from #47 and #53 #20

Workflow file for this run

name: Jest Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run Jest tests
run: npm test