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
I tried to replicate this but couldn't. Your change didn't throw an error so I changed it to this: .to.equal(fullName + '1')
And then it gave me the correct line number (30): at Context.<anonymous> (test/unit/browser.spec.js:30:33)
I'm on the latest commit in the master branch, running npm test
Expected behaviour
The line number in a test file referenced when a test fails is correct
Actual behaviour
The line number reported is incorrect, a virtual line number generated from Babel
Steps to reproduce the behaviour
karma/test/unit/browser.spec.js
Line 30 in e36ba6c
.to.equal(fullName)
to.to.equal(fullName) + '1'
This likely is a simple configuration problem with Babel or one of the grunt plugins
The text was updated successfully, but these errors were encountered: