mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Add gear content test
This commit is contained in:
8
test/content/gear.js
Normal file
8
test/content/gear.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import armor from '../../common/script/src/content/gear/armor';
|
||||
import {each} from 'lodash';
|
||||
|
||||
let allGear = [armor];
|
||||
|
||||
describe('Gear Locales', () => {
|
||||
runTestsInDirectory('gear');
|
||||
});
|
||||
Reference in New Issue
Block a user