Convert other globals to exported functions

This commit is contained in:
Blade Barringer
2015-10-03 10:48:42 -05:00
parent f9ee70e912
commit 4b46a0e9fc
12 changed files with 52 additions and 5 deletions

View File

@@ -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) => {