Skip to content

Commit ac94e4e

Browse files
authored
removing internal tags so integration tests run (#407)
1 parent 9a6b14b commit ac94e4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/apps.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function apps(): apps.Apps {
3131
return apps.singleton;
3232
}
3333

34-
/** @internal */
3534
export namespace apps {
3635
/** @internal */
3736
export const garbageCollectionInterval = 2 * 60 * 1000;
@@ -57,7 +56,6 @@ export namespace apps {
5756
[appName: string]: number;
5857
}
5958

60-
/** @internal */
6159
export class Apps {
6260
private _refCounter: RefCounter;
6361

0 commit comments

Comments
 (0)