We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2338202 commit 0f86394Copy full SHA for 0f86394
exec_bash_exercise_and_first_volume_exercise/index.js
@@ -38,5 +38,3 @@ const gracefulClose = async () => {
38
39
process.on('SIGTERM', gracefulClose)
40
process.on('SIGINT', gracefulClose)
41
-
42
ports_exercise/package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "node index.js",
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified.\" && exit 1"
9
},
10
"author": "Jami Kousa",
11
"license": "ISC",
0 commit comments