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 spells from '../../common/script/src/content/spells';
import {
expectValidTranslationString,
describeEachItem
} from '../helpers/content.helper';
import {each} from 'lodash';
import spells from '../../common/script/src/content/spells';
describe('Spells', () => {
each(spells, (spellSet, klass) => {
describeEachItem(klass, spellSet, (spell, key) => {