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

Assingment 4 #119

Merged
merged 2 commits into from
May 12, 2015
Merged

Assingment 4 #119

merged 2 commits into from
May 12, 2015

Conversation

AdriVanHoudt
Copy link
Contributor

closes #118

  • I added the v option to test command because it's easier to see what is going wrong with your tests and since this is a learning thing I thought it might help (it helped me)
  • Removed describe shortcut in test/index.js
  • Renamed Server to Hueniversity test/version.js
  • Added linting thresholds to make the tests fail when linting returns errors or warnings

@@ -1,7 +1,7 @@
test:
@node node_modules/lab/bin/lab -a code
test-cov:
@node node_modules/lab/bin/lab -a code -t 100 -L
@node node_modules/lab/bin/lab -a code -t 100 -Lv --lint-errors-threshold 0 --lint-warnings-threshold 0

Choose a reason for hiding this comment

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

Are these extra flags really needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Debatable but Imo they will help prevent that the majority of the comments
on pr's are about following the hapi style.

On Fri, 1 May 2015 18:13 Eran Hammer notifications@github.com wrote:

In Makefile
#119 (comment)
:

@@ -1,7 +1,7 @@
test:
@node node_modules/lab/bin/lab -a code
test-cov:

  • @node node_modules/lab/bin/lab -a code -t 100 -L
  • @node node_modules/lab/bin/lab -a code -t 100 -Lv --lint-errors-threshold 0 --lint-warnings-threshold 0

Are these extra flags really needed?


Reply to this email directly or view it on GitHub
https://github.com/hueniverse/hueniversity/pull/119/files#r29511501.

@hueniverse hueniverse modified the milestone: 0.0.4 May 12, 2015
hueniverse pushed a commit that referenced this pull request May 12, 2015
@hueniverse hueniverse merged commit c3a0fec into outmoded:master May 12, 2015
@hueniverse hueniverse self-assigned this May 12, 2015
hueniverse pushed a commit that referenced this pull request May 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic authentication
2 participants