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