Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I commented earlier on #2 and threw together a quick sample test using Approvals.
Note 1: it would be better to use something like Jasmine or Mocha (I like Mocha) to set each test instead of a single node.js script - but it's the simplest thing at the moment.
Note 2: I was struggling with line-endings. I put a simple
.gitattributes
in and re-set the files. I tried to make the commits meaningful. While looking at the diff of all won't help (due to line-endings changes). other commits should give context of changes.Note 3: Would be good to put other sample data/posts into the test and verify the output is correct (saving the
*.approved.txt
files.If you merge this commit you could then run
npm test
to execute your tests.Hope this helps.