Codacy code quality improvements
This commit is contained in:
@ -11,7 +11,7 @@ test('Testing chainAsync', (t) => {
|
||||
},
|
||||
next => {
|
||||
(() => {
|
||||
next()
|
||||
next();
|
||||
})();
|
||||
},
|
||||
next => {
|
||||
|
||||
Reference in New Issue
Block a user