diff --git a/features/javascript/operators/destructuring/javascript.operators.destructuring.rest_in_arrays.html b/features/javascript/operators/destructuring/javascript.operators.destructuring.rest_in_arrays.html index 4b660e37f..fa5d5f039 100644 --- a/features/javascript/operators/destructuring/javascript.operators.destructuring.rest_in_arrays.html +++ b/features/javascript/operators/destructuring/javascript.operators.destructuring.rest_in_arrays.html @@ -1,4 +1,8 @@ --- id: javascript.operators.destructuring.rest_in_arrays -support: unknown +support: supported +tests: + - tests/cobro_main/es6/test_es6_destructure.html +tickets: + - https://github.com/surfly/cobro/pull/9125 ---