WebReflection / babel-plugin-transform-builtin-classes

A fix for the infamous Babel #4480 bug.
https://github.com/babel/babel/issues/4480
ISC License
43 stars 2 forks source link

fix test typo #2

Closed chocolateboy closed 7 years ago

chocolateboy commented 7 years ago

assert(list.join('3,4'))assert(list.join() === '3,4')

WebReflection commented 7 years ago

Thank You!