Skip to content

Commit 68d5cf0

Browse files
committed
test workflows
1 parent 431ded7 commit 68d5cf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

exec_bash_exercise_and_first_volume_exercise/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const fsPromises = require('fs').promises
22

33
const SECRET_MESSAGE = process.env.SECRET_MESSAGE
44
const filePath = `${__dirname}/logs.txt`
5+
56
let rounds = 0
67
let filehandle
78

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)