mocha is now a backend dev dependency

This commit is contained in:
Tzahi12345
2023-12-08 22:49:08 -05:00
parent 2cf21541bb
commit dcb53691e3
3 changed files with 113 additions and 47 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- name: Install Dependencies
run: npm install
run: npm install --dev
working-directory: ./backend
- name: Run All Node.js Tests
run: npm run test