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.
The latest tiny step in my attempts to upgrade the build pipeline used by this project. (I want it all up to date so that when I introduce TypeScript, I can rely on the latest docs for the tools being used. I am not very knowledgeable about JavaScript build tools and if I have to try to figure out how to make stuff work with versions of them that are years out of date then I'm going to end up tearing my hair out.)
Upgrading to version 8 breaks stuff, currently, which is why I'm only going up one major version at the moment. Output of
yarn test
with version 8 is as follows:I am not really sure why the above happens; is it an incompatibility between version 8 and Kevin's Istanbul fork? Or between version 8 and the (ancient, abandoned) grunt-mocha-test package? Or something else, maybe? Will have to investigate - or maybe try to rip out grunt to sidestep the issue!