From b76cbd8e15dc13b0edb099cb2c12117d8bd9d742 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Thu, 12 Feb 2026 14:51:05 -0500 Subject: [PATCH] Remove snapshot test --- src/layouts/tpa-search/tpa-search.spec.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/layouts/tpa-search/tpa-search.spec.js b/src/layouts/tpa-search/tpa-search.spec.js index 06e6f8e0..d2d5ad2e 100644 --- a/src/layouts/tpa-search/tpa-search.spec.js +++ b/src/layouts/tpa-search/tpa-search.spec.js @@ -120,14 +120,6 @@ describe('tpa-search.vue', () => { jest.clearAllMocks(); }); - test('returns the initial data', () => { - // Arrange - const { wrapper } = getMountedComponent(); - - // Assert - expect(wrapper.vm.$data).toMatchSnapshot(); - }); - describe('Rendering', () => { test('Should render site header', () => { // Arrange