Skip to content

Commit a9480bf

Browse files
committed
Removed unnecessary changes
1 parent 7c7e73e commit a9480bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/data-connect/test/util.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ import {
2121
connectDataConnectEmulator,
2222
ConnectorConfig,
2323
DataConnect,
24-
executeMutation,
25-
getDataConnect,
26-
mutationRef
24+
getDataConnect
2725
} from '../src';
28-
import { removePost, removePostRef } from './dataconnect/connector/gen/web';
2926

3027
export const EMULATOR_PORT = process.env.DC_EMULATOR_PORT;
3128
const USE_EMULATOR = !!EMULATOR_PORT;

0 commit comments

Comments
 (0)