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
fix: use type-agnostic error assertions in coverageGaps.spec.ts
Some client functions reject with string errors (getComputedFileSize,
destroySession) while others reject with Error objects (insert, del).
Use expect(err).to.exist to accept both types.
0 commit comments