implemented first CI pipeline version with a test test that only checks if 1 is 1, needs implementation of actual tests

This commit is contained in:
2025-12-09 17:56:59 +01:00
parent 882b49a489
commit 8c201db539
6 changed files with 26 additions and 35 deletions
+3 -2
View File
@@ -8,7 +8,8 @@
"electron": "^39.1.1",
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3"
"fluent-ffmpeg": "^2.1.3",
"mocha": "^11.7.5"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
@@ -27,7 +28,7 @@
},
"scripts": {
"start": "electron main.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha ./test/unit/test.js"
},
"repository": {
"type": "git",