aws / language-servers

AWS related Language Servers
Apache License 2.0
17 stars 15 forks source link

Fixed partiql tests failing on windows #325

Closed imykhai closed 2 weeks ago

imykhai commented 2 weeks ago

Problem

The partiql tests were failing on windows because jest couldn't transform an esm module to cjs

Solution

Turned out that the jest configuration had linux style path separators and that's why babel esm transformations didn't apply to the esm file on windows. Changed the regex matcher to only include the filename.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.