Skip to content

Commit 8471bbc

Browse files
committed
revert dataconnect change
1 parent 497727f commit 8471bbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/data-connect/test/unit/transportoptions.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616
*/
1717

1818
import { expect } from 'chai';
19-
20-
import { queryRef } from '../../src';
2119
import {
2220
TransportOptions,
2321
areTransportOptionsEqual,
2422
connectDataConnectEmulator,
2523
getDataConnect
2624
} from '../../src/api/DataConnect';
2725
import { app } from '../util';
26+
import { queryRef } from '../../src';
2827
describe('Transport Options', () => {
2928
it('should return false if transport options are not equal', () => {
3029
const transportOptions1: TransportOptions = {

0 commit comments

Comments
 (0)