tap supports marking tests as pending. It still runs them but if they
do not pass they are displayed as purple instead of red and do not fail
the build. Remove test-todo npm script, move test/todo/json5.js to
test/node/ and delete test/todo/serde.js completely (instead, merge
its test cases together with mainline test cases and introduce a todo
property there).
tap supports marking tests as pending. It still runs them but if they do not pass they are displayed as purple instead of red and do not fail the build. Remove
test-todo
npm script, movetest/todo/json5.js
totest/node/
and deletetest/todo/serde.js
completely (instead, merge its test cases together with mainline test cases and introduce atodo
property there).