Remove snapshot test

This commit is contained in:
scottkiener-at-safelite 2026-02-12 14:51:05 -05:00
parent dca9c93efb
commit b76cbd8e15

View file

@ -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