From 8f1ec1303c1c1c8609b3668bbcda468e872e1728 Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Tue, 12 Feb 2019 13:31:02 -0800 Subject: [PATCH] removing internal tags so integration tests run --- src/apps.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps.ts b/src/apps.ts index e77497432..3ddf1ea2e 100644 --- a/src/apps.ts +++ b/src/apps.ts @@ -31,7 +31,6 @@ export function apps(): apps.Apps { return apps.singleton; } -/** @internal */ export namespace apps { /** @internal */ export const garbageCollectionInterval = 2 * 60 * 1000; @@ -57,7 +56,6 @@ export namespace apps { [appName: string]: number; } - /** @internal */ export class Apps { private _refCounter: RefCounter;