Describe the bug
When running angular tests with jasmine-given enabled. There is a warning in the console:
DevTools failed to load SourceMap: Could not load content for http://localhost:9876/absoluteE:/Users/**/node_modules/@hirez_io/jasmine-given/dist/jasmine-given.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
( the ** is part of the path with client related names ).
I think this might be messing with the unit test debugging lines. As the breakpoints are not enabled for the correct lines in developer tools.
Expected behavior
The file is there, so I'm not sure why there is a warning.
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser chrome
Version Version 89.0.4389.90 (Official Build) (64-bit)
In your screenshot I can see something is being added to the url - /absoluteE:/
Maybe this is the hint to what to change in your configuration to make it work?
Describe the bug When running angular tests with jasmine-given enabled. There is a warning in the console:
DevTools failed to load SourceMap: Could not load content for http://localhost:9876/absoluteE:/Users/**/node_modules/@hirez_io/jasmine-given/dist/jasmine-given.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
( the ** is part of the path with client related names ).
I think this might be messing with the unit test debugging lines. As the breakpoints are not enabled for the correct lines in developer tools.
Expected behavior The file is there, so I'm not sure why there is a warning.
Screenshots
Desktop (please complete the following information):