Skip to content

refactor: harmonize error messages + spelling #213

refactor: harmonize error messages + spelling

refactor: harmonize error messages + spelling #213

Workflow file for this run

name: unit-tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Run Test
run: npm run test