mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix test lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {each} from 'lodash';
|
||||
import { each } from 'lodash';
|
||||
import {
|
||||
expectValidTranslationString,
|
||||
} from '../helpers/content.helper';
|
||||
@@ -7,7 +7,7 @@ import mysterySets from '../../website/common/script/content/mystery-sets';
|
||||
|
||||
describe('Mystery Sets', () => {
|
||||
it('has a valid text string', () => {
|
||||
each(mysterySets, (set) => {
|
||||
each(mysterySets, set => {
|
||||
expectValidTranslationString(set.text);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user