Skip to content

Commit

Permalink
Réactiver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 28, 2025
1 parent ad0fda5 commit 4e1dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("Fermeture sécuritaire", function () {
});

if (isNode || isElectronMain) {
describe.only("Contrôle dispositifs", function () {
describe("Contrôle dispositifs", function () {
let fOublierClients: () => Promise<void>;
let orbites: OrbitDbTest[];
let orbite2: OrbitDbTest, orbite3: OrbitDbTest;
Expand Down

0 comments on commit 4e1dd3e

Please sign in to comment.