microsoft / compose-language-service

Language service for Docker Compose documents
https://www.npmjs.com/package/@microsoft/compose-language-service
MIT License
53 stars 5 forks source link

Improve UT fragility #99

Closed bwateratmsft closed 1 year ago

bwateratmsft commented 2 years ago

While working on #98, I found a test failure due to a new Node version. There was a slight change to the error message that Node.js would output.

This isn't great; ideally it would be more flexible to changes like this.