Remove snapshot test
This commit is contained in:
parent
dca9c93efb
commit
b76cbd8e15
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue