mirror of https://github.com/webpack/webpack.git
Add missing test description
This commit is contained in:
parent
1e7bbfef0f
commit
a8fd8e5ec6
|
|
@ -1,4 +1,4 @@
|
||||||
it("should pass", function() {
|
it("supports empty element in destructuring", function() {
|
||||||
const second = ([, x]) => x;
|
const second = ([, x]) => x;
|
||||||
second([1, 2]).should.eql(2);
|
second([1, 2]).should.eql(2);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue