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 7c7e73e commit a9480bfCopy full SHA for a9480bf
packages/data-connect/test/util.ts
@@ -21,11 +21,8 @@ import {
21
connectDataConnectEmulator,
22
ConnectorConfig,
23
DataConnect,
24
- executeMutation,
25
- getDataConnect,
26
- mutationRef
+ getDataConnect
27
} from '../src';
28
-import { removePost, removePostRef } from './dataconnect/connector/gen/web';
29
30
export const EMULATOR_PORT = process.env.DC_EMULATOR_PORT;
31
const USE_EMULATOR = !!EMULATOR_PORT;
0 commit comments