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

Travis Jest integtation #7 #30

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

Conversation

vittoriodev
Copy link

Added Travis Jest testing like in issue #7 described.

I fixed the user model (also as preparation for signup) because the jest is failing in current development branch. (E-Mail unique validation problem).

Its my first PR so please be careful with me ;)

directories:
- node_modules
install: yarn
script:
install: npm install
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we using npm instead of yarn here ?

@frederikprijck
Copy link
Contributor

frederikprijck commented Jan 7, 2019

Its my first PR so please be careful with me ;)

It's probably a good idea to focus a PR on one thing instead of combining several changes in a single PR. Makes it easier to review imho. However, if all of the changes made are necessary to fix the tests, tackling travis integration in the same PR isn't really a bad idea I guess.

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