You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4 tests are currently failing, all apparently related I think to relativeBase and file path joining being different on Windows.
1) json-refs #findRefsAt should handle a valid location:
Error: ENOENT: no such file or directory, open 'c:\wamp\www\json-refs\%5Cwamp%5Cwww%5Cjson-refs%5Ctest%5Cbrowser%5Cdocuments\test-document.yaml'
at Error (native)
2) json-refs #resolveRefs should return the expected value:
Error: ENOENT: no such file or directory, open 'c:\wamp\www\json-refs\%5Cwamp%5Cwww%5Cjson-refs%5Ctest%5Cbrowser%5Cdocuments\nested\test-nested.yaml'
at Error (native)
3) json-refs #resolveRefs should support options.subDocPath:
TypeError: obj must be an Array or an Object
at findRefs (C:\wamp\www\json-refs\index.js:9:26900)
at C:\wamp\www\json-refs\index.js:9:30571
at run (C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\es6.promise.js:107:47)
at C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\es6.promise.js:118:28
at flush (C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\_microtask.js:19:5)
4) json-refs #resolveRefsAt should return the expected value:
TypeError: obj must be an Array or an Object
at C:\wamp\www\json-refs\index.js:9:31385
at run (C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\es6.promise.js:107:47)
at C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\es6.promise.js:118:28
at flush (C:\wamp\www\json-refs\node_modules\karma\node_modules\core-js\modules\_microtask.js:19:5)
The text was updated successfully, but these errors were encountered:
I'm working on this now. Once I get this fixed, I'll add a contributing guide (#49) and we should be ready for [email protected]. Do you mind checking that #47 was done as you wanted?
4 tests are currently failing, all apparently related I think to
relativeBase
and file path joining being different on Windows.The text was updated successfully, but these errors were encountered: