Skip to content

Commit

Permalink
Activate disabled print_num test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed May 25, 2020
1 parent 12870f0 commit b8d5ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/ink/Logic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Logic', () => {
expect(story.ContinueMaximally()).toBe("5\n625\n");
});

xit('tests print num', () => {
it('tests print num', () => {
loadStory("print_num");

expect(story.ContinueMaximally()).toBe(". four .\n. fifteen .\n. thirty-seven .\n. one hundred and one .\n. two hundred and twenty-two .\n. one thousand two hundred and thirty-four .\n");
Expand Down

0 comments on commit b8d5ba4

Please sign in to comment.