APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
957 stars 228 forks source link

Unixify paths in tests #179

Closed P0lip closed 4 years ago

P0lip commented 4 years ago

Followup PR of https://github.com/APIDevTools/json-schema-ref-parser/pull/167.

Error sources are UNIX-like filepaths, therefore slashes differ.

JamesMessinger commented 4 years ago

Thanks for fixing that so quickly, @P0lip !