We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a4830 commit d5bbc88Copy full SHA for d5bbc88
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
working-directory: src/movie-analyst-ui
29
30
- name: Run tests
31
- run: npx mocha
+ run: npm test
32
33
34
- name: Build the app
src/movie-analyst-api/package.json
@@ -4,8 +4,7 @@
4
"description": "Backend API",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha",
8
- "start": "SET NODE_ENV=dev && node server.js"
+ "test": "mocha test/**/*.js"
9
},
10
"repository": {
11
"type": "git",
@@ -32,4 +31,4 @@
"should": "^11.2.1",
"supertest": "^3.0.0"
}
35
-}
+}
0 commit comments