Skip to content

Commit 5575a4c

Browse files
committed
Restore firestore/integration file
1 parent a6cc7e5 commit 5575a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/firestore/karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2017 Google LLC
3+
* Copyright 2017 Google Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -20,8 +20,8 @@ const path = require('path');
2020
const karmaBase = require('../../config/karma.base');
2121

2222
const files = [
23-
// `${path.dirname(require.resolve('firebase'))}/firebase.js`,
24-
// `${path.dirname(require.resolve('firebase'))}/firebase-firestore.js`,
23+
`${path.dirname(require.resolve('firebase'))}/firebase.js`,
24+
`${path.dirname(require.resolve('firebase'))}/firebase-firestore.js`,
2525
'./dist/test-harness.js'
2626
];
2727

0 commit comments

Comments
 (0)