Skip to content

Commit 0f86394

Browse files
committed
actions test
1 parent 2338202 commit 0f86394

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

exec_bash_exercise_and_first_volume_exercise/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ const gracefulClose = async () => {
3838

3939
process.on('SIGTERM', gracefulClose)
4040
process.on('SIGINT', gracefulClose)
41-
42-

ports_exercise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js",
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "echo \"Error: no test specified.\" && exit 1"
99
},
1010
"author": "Jami Kousa",
1111
"license": "ISC",

0 commit comments

Comments
 (0)