Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
metasansana committed Aug 14, 2023
1 parent ef83642 commit 8f3554f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Yummy food",
"main": "index.js",
"scripts": {
"test": "exit 0",
"test": "node test.js",
"lint": "exit 0",
"build": "exit 0"
},
Expand Down
6 changes: 6 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

setTimeout(()=> {

console.error('done testing')

}, 10000);

0 comments on commit 8f3554f

Please sign in to comment.