We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc7688 commit 854db65Copy full SHA for 854db65
packages/property-provider/src/chain.spec.ts
@@ -113,7 +113,7 @@ describe("chain", () => {
113
await chain()();
114
throw new Error("Should not get here");
115
} catch (error) {
116
- expect(error).toEqual(new Error("No providers in chain"));
+ expect(error).toEqual(new ProviderError("No providers in chain"));
117
}
118
});
119
0 commit comments