diff --git a/prettier/tests/__snapshots__/run_tests.js.snap b/prettier/tests/__snapshots__/run_tests.js.snap index 2087c51..40449d1 100644 --- a/prettier/tests/__snapshots__/run_tests.js.snap +++ b/prettier/tests/__snapshots__/run_tests.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`404.html 1`] = ` +exports[`formats 404.html correctly 1`] = ` @@ -600,7 +600,7 @@ templateType: none `; -exports[`contact.html 1`] = ` +exports[`formats contact.html correctly 1`] = ` @@ -4338,7 +4338,7 @@ This is a simple dialog rendered by using a macro and a call block. `; -exports[`ternary.html 1`] = ` +exports[`formats ternary.html correctly 1`] = ` {{ "x" == 0 ? "hello" : "bye" }} {% set x = blue === red ? yellow : orange %} @@ -4361,7 +4361,7 @@ exports[`ternary.html 1`] = ` `; -exports[`website-header.html 1`] = ` +exports[`formats website-header.html correctly 1`] = `