Skip to content

Commit

Permalink
Réactiver tous les tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Mar 3, 2025
1 parent 62e629c commit 779da2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/réseau.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function toutPréparer(n: number) {
}

if (isNode || isElectronMain) {
describe.only("Réseau", function () {
describe("Réseau", function () {
describe("Suivre en ligne", function () {
let fOublierConstls: () => Promise<void>;
let idsComptes: string[];
Expand Down

0 comments on commit 779da2b

Please sign in to comment.