fix: Solve codeql security issues

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-09 22:07:41 +01:00
parent 711b520421
commit 7f6da650d1
9 changed files with 17 additions and 32 deletions

View file

@ -19,7 +19,7 @@ describe('VimeoFrame', () => {
})
it('renders a click shield', () => {
const view = render(<VimeoFrame id={'valid vimeo id'} />)
const view = render(<VimeoFrame id={'validVimeoId'} />)
expect(view.container).toMatchSnapshot()
})
})