This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babel-plugin-transform-block-scoping
/
test
/
fixtures
/
pass
/
assignment.js
Deven Bansod
c8d82d6483
Migrate all remaining fixtures to jest expect
2018-03-24 16:22:20 +05:30
4 lines
37 B
JavaScript
Raw
Blame
History
let
a
=
1
;
a
=
2
;
expect
(
a
)
.
toBe
(
2
)
;
Reference in New Issue
View Git Blame
Copy Permalink