jonaskello / tslint-immutable

TSLint rules to disable mutation in TypeScript.
MIT License
417 stars 14 forks source link

Removed the need for the prepare-tests script. NodeJS v12 is now tested against. #140

Closed RebeccaStevens closed 5 years ago

RebeccaStevens commented 5 years ago

The PR switches over to a much nicer way to test different TypeScript versions.

RebeccaStevens commented 5 years ago

@jonaskello Wasn't expecting the tests to fail on node v12. Off the top of my head I've got no idea what would be causing this. I'll merge this in an open a new issue to address the node v12 issue.