Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
From#5926 (comment):
I'm confused why codecov thinks this isn't covered by tests. I can debug it locally to see the
TSAbstractAccessorProperty
andAccessorProperty
cases being hit. Though, sourcemaps seem to not be working - maybe that's the issue?
Steps to reproduce:
- Add a breakpoint in
packages/typescript-estree/src/convert.ts
- Open a JavaScript Debug Terminal
cd packages/ast-spec
yarn jest fixtures
The breakpoint will switch toconvert.js
.