Skip to content

fix helper mocks for tests #17

fix helper mocks for tests

fix helper mocks for tests #17

Workflow file for this run

name: test-backend
on: [push]
jobs:
test-wembat-backend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./backend"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test