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

Practice corrections #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

octopusinvitro
Copy link
Contributor

I am almost finished with the practice in the second chapter and I wanted to let you know that I had so much fun solving it and I learnt a couple of things!

These are some fixes I did as I was going through it.

Thank you for your work 💯

This change adds jasmine to the env rule in the eslint config file.
This is done so that tests don't get false positives for
Jasmine-reserved words like "describe", "it", etc.
It was describing the previous test.
Copy link
Contributor

@delapuente delapuente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, thank you very much for your thorough review. It is thank to you that these materials are growing and maturing and I'm glad you enjoyed the practice ^^.

@@ -84,7 +84,7 @@ describe('Entities library', function () {
expect(character.mp).toBe(0);
expect(character.hp).toBe(0);
expect(character.maxMp).toBe(0);
expect(character.maxHp).toBe(15);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not an error, default characters are assigned a minimum maxHp for they to be able to resurrect.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see!
I'll remove this commit 👍

@octopusinvitro
Copy link
Contributor Author

@delapuente I have removed the commit and rebased the branch 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants