Skip to content

Add/init unit tests and jsdocs for backend and utility functions #118

Add/init unit tests and jsdocs for backend and utility functions

Add/init unit tests and jsdocs for backend and utility functions #118

Workflow file for this run

Name: 'Jest'

Check failure on line 1 in .github/workflows/jest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jest.yml

Invalid workflow file

The workflow is not valid. .github/workflows/jest.yml (Line: 1, Col: 1): Unexpected value 'Name'
on: [pull_request]
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci