Skip to content

Commit

Permalink
custom: Update tests to respect customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 2, 2024
1 parent 0727d1f commit 74770e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/format/js/classes/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -321,9 +321,7 @@ class A extends B {
=====================================output=====================================
class A extends B {
#a() {
super.x();
}
#a() { super.x(); }
}
================================================================================
Expand Down

0 comments on commit 74770e2

Please sign in to comment.