Generated test files for new snippets
This commit is contained in:
2
test/delay/delay.js
Normal file
2
test/delay/delay.js
Normal file
@ -0,0 +1,2 @@
|
||||
const delay = (fn, wait, ...args) => setTimeout(fn, wait, ...args);
|
||||
module.exports = delay
|
||||
Reference in New Issue
Block a user