fix typo in comment
This commit is contained in:
@@ -15,8 +15,8 @@ describe('getDebuffPotionItems', () => {
|
||||
|
||||
for (const key of Object.keys(TRANSFORMATION_DEBUFFS_LIST)) {
|
||||
const debuff = TRANSFORMATION_DEBUFFS_LIST[key];
|
||||
// Here we itterate whole object to dynamically create test suites as
|
||||
// it described in dock of mocha
|
||||
// Here we iterate the whole object to dynamically create test suites as
|
||||
// described in mocha's docs
|
||||
// https://mochajs.org/#dynamically-generating-tests
|
||||
// That's why we have eslint-disable here
|
||||
// eslint-disable-next-line no-loop-func
|
||||
|
||||
Reference in New Issue
Block a user