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
Seems like this is whats causing the issue - in a browser this returns the browser url, e.g. http://localhost:9876/context.html, not the source file directory :
Context
The test
bundle with no custom roots should track usage of $refs
has been failing for sometime in the pipeline.Current Behavior
Test is failing due to the objects not matching:
Actual:
Expected:
Seems like this is whats causing the issue - in a browser this returns the browser url, e.g.
http://localhost:9876/context.html
, not the source file directory :json-schema-ref-parser/lib/index.js
Line 104 in 6e6ba8c
Expected Behavior
The actual should match the expected.
Possible Workaround/Solution
Test has been skipped: 446ca7a
Steps to Reproduce
I recommend changing the
karma.conf.js
to include only one browser to save time / headaches when testing locally.Remove skip from test
Run tests locally
The text was updated successfully, but these errors were encountered: