We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cc7e5 commit 5575a4cCopy full SHA for 5575a4c
integration/firestore/karma.conf.js
@@ -1,6 +1,6 @@
1
/**
2
* @license
3
- * Copyright 2017 Google LLC
+ * Copyright 2017 Google Inc.
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
@@ -20,8 +20,8 @@ const path = require('path');
20
const karmaBase = require('../../config/karma.base');
21
22
const files = [
23
- // `${path.dirname(require.resolve('firebase'))}/firebase.js`,
24
- // `${path.dirname(require.resolve('firebase'))}/firebase-firestore.js`,
+ `${path.dirname(require.resolve('firebase'))}/firebase.js`,
+ `${path.dirname(require.resolve('firebase'))}/firebase-firestore.js`,
25
'./dist/test-harness.js'
26
];
27
0 commit comments