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 497727f commit 8471bbcCopy full SHA for 8471bbc
packages/data-connect/test/unit/transportoptions.test.ts
@@ -16,15 +16,14 @@
16
*/
17
18
import { expect } from 'chai';
19
-
20
-import { queryRef } from '../../src';
21
import {
22
TransportOptions,
23
areTransportOptionsEqual,
24
connectDataConnectEmulator,
25
getDataConnect
26
} from '../../src/api/DataConnect';
27
import { app } from '../util';
+import { queryRef } from '../../src';
28
describe('Transport Options', () => {
29
it('should return false if transport options are not equal', () => {
30
const transportOptions1: TransportOptions = {
0 commit comments