We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56c8f0 commit 783249dCopy full SHA for 783249d
src/components/DsfrNavigation/DsfrNavigationItem.spec.ts
@@ -1,13 +1,12 @@
1
import { render } from '@testing-library/vue'
2
// import '@gouvfr/dsfr/dist/core/core.module.js'
3
-import { useId } from 'vue'
4
5
import DsfrNavigationItem from './DsfrNavigationItem.vue'
6
7
describe('DsfrNavigationItem', () => {
8
it('should render a navigation item', () => {
9
const content = 'Contenu d’un item de menu de navigation'
10
- const id = useId()
+ const id = 'dsfr-id'
11
const { getByText } = render(DsfrNavigationItem, {
12
props: {
13
id,
0 commit comments