Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Revert "Skip failing test for now"
Browse files Browse the repository at this point in the history
This reverts commit 3f58429.
  • Loading branch information
eps1lon committed Feb 6, 2018
1 parent 572bf98 commit f2c0afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/format/__tests__/formatGemStats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ it('should only translate the lines that have translations', () => {
]);
});

// FIXME: doesnt have to have any granted effects anymore
it.skip('should use the specified files first', () => {
it('should use the specified files first', () => {
const vitality_effects = formatGemStats(
'vitality',
[
Expand Down

0 comments on commit f2c0afc

Please sign in to comment.