File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/firestore/test/unit/remote Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- import { expect } from 'chai' ;
19-
20- import { DatabaseId , DatabaseInfo } from '../../../src/core/database_info' ;
21- import { WebChannelConnection } from '../../../src/platform/browser/webchannel_connection' ;
2218import {
2319 WebChannelOptions ,
2420 WebChannelTransport
2521} from '@firebase/webchannel-wrapper' ;
22+ import { expect } from 'chai' ;
23+
24+ import { DatabaseId , DatabaseInfo } from '../../../src/core/database_info' ;
25+ import { WebChannelConnection } from '../../../src/platform/browser/webchannel_connection' ;
2626
2727export class TestWebChannelConnection extends WebChannelConnection {
28- public transport : { lastOptions ?: WebChannelOptions } & WebChannelTransport =
28+ transport : { lastOptions ?: WebChannelOptions } & WebChannelTransport =
2929 {
3030 lastOptions : undefined ,
3131 createWebChannel ( url : string , options : WebChannelOptions ) : never {
You can’t perform that action at this time.
0 commit comments