Skip to content

feat: untested class to get all information #9

feat: untested class to get all information

feat: untested class to get all information #9

Workflow file for this run

name: Run Jest Tests
on:
push:
jobs:
test:
name: Run Jest Tests
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.10.0"
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test