diff --git a/test/client.spec.ts b/test/client.spec.ts index aefdcb6387..4dfaaeee6b 100644 --- a/test/client.spec.ts +++ b/test/client.spec.ts @@ -41,7 +41,7 @@ const schémaKVChaîne: JSONSchemaType<{ [clef: string]: string }> = { const schémaListeNumérique: JSONSchemaType = { type: "number" }; const schémaListeChaîne: JSONSchemaType = { type: "string" }; -describe.only("Fermeture sécuritaire", function () { +describe("Fermeture sécuritaire", function () { it("Fermeture immédiatement après ouverture", async () => { const client = générerClient({ opts: {} }); await client.fermer();