From 38ee1f8601fbd1b5239fbdb23a1e590ff9d35262 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Tue, 7 Nov 2023 15:16:17 +0100 Subject: [PATCH] Tester init --- test/client.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client.spec.ts b/test/client.spec.ts index 4dfaaeee6b..aefdcb6387 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("Fermeture sécuritaire", function () { +describe.only("Fermeture sécuritaire", function () { it("Fermeture immédiatement après ouverture", async () => { const client = générerClient({ opts: {} }); await client.fermer();