From ee459ba3e6c64d87ae1a0b27125db0303c11ac0c Mon Sep 17 00:00:00 2001 From: Laura <74592807+lauraexplora@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:08:58 +0200 Subject: [PATCH] Update features/javascript/operators/destructuring/javascript.operators.destructuring.rest_in_arrays.html (via Pages CMS) --- .../javascript.operators.destructuring.rest_in_arrays.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ---