diff --git a/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap b/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap index a002d0f66e26..bbad601be7cf 100644 --- a/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap +++ b/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap @@ -38,7 +38,6 @@ C = class { static { function f(x = await) {} } }; C = class { static { function f({ [await]: x }) {} } }; - =====================================output===================================== var C;