Skip to content

Commit 3e4f8dd

Browse files
committed
added testing things..
1 parent 8a99bf2 commit 3e4f8dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function choice(choices) {
1313
function sleep(ms) {
1414
return new Promise(resolve => setTimeout(resolve, ms));
1515
}
16-
16+
1717

1818
app.get('/', (req, res) => {
1919
const images = readdir('./images/images', (_err, files) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"bin": "./index.js",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "node test.js"
99
},
1010
"author": "dever",
1111
"license": "MIT",

0 commit comments

Comments
 (0)