refactor: refs #7100 delete unnecesary set prop
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2024-12-23 09:29:50 +01:00
parent 69451862bf
commit 07afbc82ef
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ describe('VnNotes', () => {
propsData: { propsData: {
url: '/test', url: '/test',
body: { name: 'Tony', lastName: 'Stark' }, body: { name: 'Tony', lastName: 'Stark' },
selectType: false,
} }
}); });
wrapper = wrapper.wrapper; wrapper = wrapper.wrapper;