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-proposal-do-expressions
/
test
/
fixtures
/
do-expressions
/
single-expression.js
Deven Bansod
921702ef8c
Migrate babel-plugin-proposal-do-expressions tests to jest-expect
2018-03-24 16:22:18 +05:30
4 lines
37 B
JavaScript
Raw
Blame
History
expect
(
do
{
"foo"
;
}
)
.
toBe
(
"foo"
)
;
Reference in New Issue
View Git Blame
Copy Permalink