fix destructuring of empty string (#13444)
* fix destructuring empty string * use variable on expect * overwrite all tests * fix test cases
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
let [a] = '';
|
||||
|
||||
expect(a).toBe(undefined)
|
||||
Reference in New Issue
Block a user