Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tests for HTML and redirect returns #9

Merged
merged 3 commits into from
Jun 10, 2020
Merged

Added tests for HTML and redirect returns #9

merged 3 commits into from
Jun 10, 2020

Conversation

satblip
Copy link
Member

@satblip satblip commented Mar 14, 2020

No description provided.

package.json Outdated
@@ -13,7 +13,7 @@
"test:lint": "semistandard --verbose | snazzy",
"test:cover": "nyc --reporter=text-summary --reporter=html npm test",
"test:coveralls": "nyc --reporter=text-lcov npm test | coveralls",
"test:all": "npm run test:lint"
"test:all": "npm run test:lint && npm run test && npm run test:cover && npm run test:coveralls"
Copy link
Contributor

Choose a reason for hiding this comment

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

Here it should be:

"test:all": "npm run test:lint && npm run test:cover"

Since test:cover already run npm test and test:coveralls is meant only for the CI to publish on coveralls

@satblip satblip merged commit 5626248 into master Jun 10, 2020
@satblip satblip deleted the tests branch June 10, 2020 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants