mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Convert other globals to exported functions
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import {tree as allGear} from '../../common/script/src/content/gear';
|
||||
import {
|
||||
expectValidTranslationString,
|
||||
describeEachItem
|
||||
} from '../helpers/content.helper';
|
||||
import {each} from 'lodash';
|
||||
|
||||
import {tree as allGear} from '../../common/script/src/content/gear';
|
||||
|
||||
describe('Gear', () => {
|
||||
each(allGear, (piece, type) => {
|
||||
describeEachItem(type, piece, (set, key) => {
|
||||
|
||||
Reference in New Issue
Block a user