We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a99bf2 commit 3e4f8ddCopy full SHA for 3e4f8dd
index.js
@@ -13,7 +13,7 @@ function choice(choices) {
13
function sleep(ms) {
14
return new Promise(resolve => setTimeout(resolve, ms));
15
}
16
-
+
17
18
app.get('/', (req, res) => {
19
const images = readdir('./images/images', (_err, files) => {
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"bin": "./index.js",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "node test.js"
9
},
10
"author": "dever",
11
"license": "MIT",
0 commit comments