mock names.. debug.. refactor.. options
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
name: 'delayed response',
|
||||
response: function (ctx) {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user