You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of copyFrom.fetcher is not used in the LoadingOptions constructor in schema_salad/typescript/util/LoadingOptions.ts .
constoriginal=newLoadingOptions({fetcher: newTestFetcher()})it('should have the same Fetcher as the original',async()=>{constcopy=newLoadingOptions({copyFrom:original})assert.equal(copy.fetcher,original.fetcher)})
This test fails.
The text was updated successfully, but these errors were encountered:
bioflowy
added a commit
to bioflowy/schema_salad
that referenced
this issue
Mar 7, 2024
The value of copyFrom.fetcher is not used in the LoadingOptions constructor in schema_salad/typescript/util/LoadingOptions.ts .
This test fails.
The text was updated successfully, but these errors were encountered: