Skip to content

dropped pre-jest testing material #3

dropped pre-jest testing material

dropped pre-jest testing material #3

Workflow file for this run

name: unit tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install xmllint
shell: bash
run: |
sudo apt update
sudo apt install -y libxml2-utils
- name: Install modules
run: npm install
- name: Run tests
run: npm run test-ci
- name: Generating coverage badges
uses: jpb06/jest-badges-action@latest