mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 18:54:13 +00:00
fix typo in comment
This commit is contained in:
parent
dd0bcfab97
commit
527544354a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue