File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ describe("options.resolve", () => {
200200
201201 it ( "should expose the original relative $ref to custom resolvers" , async ( ) => {
202202 const rootPath = path . abs ( "test/specs/resolvers/resolvers.yaml" ) ;
203- const rootUrl = path . abs ( "test/specs/resolvers/resolvers.yaml" ) ;
204- const petUrl = path . abs ( "test/specs/resolvers/definitions/pet.yaml" ) ;
203+ const rootUrl = path . unixify ( path . abs ( "test/specs/resolvers/resolvers.yaml" ) ) ;
204+ const petUrl = path . unixify ( path . abs ( "test/specs/resolvers/definitions/pet.yaml" ) ) ;
205205 let canReadInfo : Pick < FileInfo , "url" | "reference" | "baseUrl" | "hash" > | undefined ;
206206 let readInfo : Pick < FileInfo , "url" | "reference" | "baseUrl" | "hash" > | undefined ;
207207
You can’t perform that action at this time.
0 commit comments