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

Suppress JSON properties with custom format #100

Merged
merged 2 commits into from
May 25, 2017

Conversation

tbbstny
Copy link
Contributor

@tbbstny tbbstny commented May 24, 2017

Eg.
{
"description" : "",
"licenses" : "",
"repository" : "",
"licenseFile" : false,
"licenseText" : false,
"licenseModified" : false
}

Eg.
{
	"description" : "",
	"licenses"    : "",
	"repository"  : "",
	"licenseFile"     : false,
	"licenseText"     : false,
	"licenseModified" : false
}
@davglass
Copy link
Owner

I like the option, can you fix the test suite and add tests for this feature?

@tbbstny
Copy link
Contributor Author

tbbstny commented May 24, 2017

Failing tests are fixed.
FYI - can't seem to get tests to run in Windows (error: "The filename, directory name, or volume label syntax is incorrect."). Runs in Ubuntu VM OK though.

ETA: I am able to run mocha (as opposed to jenkins-mocha) from windows OK.

@davglass davglass merged commit 9649ca2 into davglass:master May 25, 2017
@davglass
Copy link
Owner

Thanks, I'm not a Windows user and don't have one that I test with. I'll look into it when I get a chance..

Published in [email protected]

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.

2 participants