Add gear content test

This commit is contained in:
Blade Barringer
2015-09-29 09:00:27 -05:00
parent 8e9a08ba46
commit cc0eb7d672
9 changed files with 152 additions and 0 deletions

8
test/content/gear.js Normal file
View 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');
});