import { randString } from "../../../../../test/src/util/helpers"; const result = { gaTrackingId: "test", heapAppId: "test", appcuesAccountId: "test", identity: randString(), }; export default result;