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
[UTS] Add some exclusions to private API reporting
These are APIs that for the purposes of the unified test suite we can
not consider as private for the time being (so as to not clutter up the
private API reporting data).
Copy file name to clipboardExpand all lines: scripts/processPrivateApiData/exclusions.ts
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,25 @@ type ExclusionRule = {
6
6
helper?: string;
7
7
};
8
8
9
-
/**
10
-
* This exclusions mechanism is not currently being used on `main`, but I will use it on a separate unified test suite branch in order to exclude some private API usage that can currently be disregarded in the context of the unified test suite.
// This is all helper stuff that we could pull into the test suite, and which for now we could just continue using the version privately exposed by ably-js, even in the UTS.
0 commit comments