diff --git a/apps/oxfmt/test/lsp/did_change_configuration/__snapshots__/format_after_config_change.test.ts.snap b/apps/oxfmt/test/lsp/did_change_configuration/__snapshots__/format_after_config_change.test.ts.snap index 4968024163d35..fb962a1149917 100644 --- a/apps/oxfmt/test/lsp/did_change_configuration/__snapshots__/format_after_config_change.test.ts.snap +++ b/apps/oxfmt/test/lsp/did_change_configuration/__snapshots__/format_after_config_change.test.ts.snap @@ -1,8 +1,8 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`LSP formatting after config change > config formatting > should handle default-config to specific config in config-semi/test.ts 1`] = ` -"--- FILE ----------- -config-semi/test.ts +"--- URI ----------- +file:///config-semi/test.ts --- BEFORE --------- const x = 1; @@ -16,8 +16,8 @@ const x = 1 `; exports[`LSP formatting after config change > config formatting > should handle default-config to specific config in config-sort-imports/test.js 1`] = ` -"--- FILE ----------- -config-sort-imports/test.js +"--- URI ----------- +file:///config-sort-imports/test.js --- BEFORE --------- import { z } from "z"; import { a } from "a"; @@ -34,8 +34,8 @@ import { z } from "z"; `; exports[`LSP formatting after config change > config formatting > should handle default-config to specific config in config-sort-tailwindcss/test.tsx 1`] = ` -"--- FILE ----------- -config-sort-tailwindcss/test.tsx +"--- URI ----------- +file:///config-sort-tailwindcss/test.tsx --- BEFORE --------- const App = () =>
Hello
; @@ -49,8 +49,8 @@ const App = () =>
Hello
; `; exports[`LSP formatting after config change > config formatting > should handle default-config to specific config in config-sort-tailwindcss/test.vue 1`] = ` -"--- FILE ----------- -config-sort-tailwindcss/test.vue +"--- URI ----------- +file:///config-sort-tailwindcss/test.vue --- BEFORE ---------