test: tighten plugin provider array assertions

This commit is contained in:
Shakker
2026-05-09 05:44:38 +01:00
parent b928bc619f
commit 00a96acb21
7 changed files with 27 additions and 27 deletions

View File

@@ -96,7 +96,7 @@ describe("runtime TaskFlow", () => {
});
expect(otherTaskFlow.get(created.flowId)).toBeUndefined();
expect(otherTaskFlow.list()).toEqual([]);
expect(otherTaskFlow.list()).toStrictEqual([]);
const child = ownerTaskFlow.runTask({
flowId: created.flowId,