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
+2 -2
View File
@@ -601,7 +601,7 @@ describe("provider-runtime", () => {
store: { version: 1, profiles: {} },
},
}),
).toEqual([]);
).toStrictEqual([]);
expect(resolvePluginProvidersMock).not.toHaveBeenCalled();
});
@@ -1821,7 +1821,7 @@ describe("provider-runtime", () => {
tools: [DEMO_TOOL],
}),
}),
).toEqual([]);
).toStrictEqual([]);
expect(
normalizeProviderResolvedModelWithPlugin({