Skip to content

Commit

Permalink
test: scoping issue alr gone
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Mar 30, 2024
1 parent 288f71b commit c681550
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ export default o;
`,
)

// FIXME: https://github.com/facebook/jscodeshift/issues/263
// JSCodeShift and `ast-types` didn't create the correct scope for BlockStatement
inlineTest.todo('should handle the scope correctly',
inlineTest('should handle the scope correctly',
`
const a = 1;
console.log(a);
Expand Down

0 comments on commit c681550

Please sign in to comment.