style: prettier format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79bbbdc4e8
commit
99617f117c
45 changed files with 229 additions and 302 deletions
|
|
@ -31,7 +31,7 @@ describe('useAutosave', () => {
|
|||
vi.useRealTimers()
|
||||
})
|
||||
|
||||
it('debounce 30 s : pas d\'appel avant, appel après', async () => {
|
||||
it("debounce 30 s : pas d'appel avant, appel après", async () => {
|
||||
const { rerender } = renderHook(
|
||||
({ contenu }: { contenu: string }) => useAutosave('sim-1', contenu, true),
|
||||
{ initialProps: { contenu: '' } },
|
||||
|
|
@ -112,7 +112,7 @@ describe('useAutosave', () => {
|
|||
expect(mocked).not.toHaveBeenCalled()
|
||||
})
|
||||
|
||||
it('dédoublonnage : pas de second appel si le contenu n\'a pas changé', async () => {
|
||||
it("dédoublonnage : pas de second appel si le contenu n'a pas changé", async () => {
|
||||
const { rerender } = renderHook(
|
||||
({ contenu }: { contenu: string }) => useAutosave('sim-1', contenu, true),
|
||||
{ initialProps: { contenu: '' } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue