mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
import armor from '../../common/script/src/content/gear/armor';
|
|
import {each} from 'lodash';
|
|
|
|
let allGear = [armor];
|
|
|
|
describe('Gear Locales', () => {
|
|
runTestsInDirectory('gear');
|
|
});
|