Skip to content

Commit 31180e1

Browse files
committed
Restore test changes
1 parent e584571 commit 31180e1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

packages/analytics/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
18-
// test
19-
2017
import firebase from '@firebase/app';
2118
import '@firebase/installations';
2219
import { FirebaseAnalytics } from '@firebase/analytics-types';

packages/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { isNode, isBrowser } from '@firebase/util';
2121
import { logger } from './src/logger';
2222
import { registerCoreComponents } from './src/registerCoreComponents';
2323

24-
// test
2524
// Firebase Lite detection test
2625
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2726
if (isBrowser() && (self as any).firebase !== undefined) {

packages/firestore/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import { name, version } from './package.json';
2828

2929
import './register-module';
3030

31-
//test
32-
3331
/**
3432
* Registers the main Firestore build with the components framework.
3533
* Persistence can be enabled via `firebase.firestore().enablePersistence()`.

0 commit comments

Comments
 (0)