Skip to content

Commit

Permalink
update exports in the recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru committed Jan 23, 2020
1 parent 5fe81f2 commit e72d9de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sdk/test-utils/recorder/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
// Licensed under the MIT License. See License.txt in the project root for license information.

export { record, Recorder } from "./recorder";
export { env, delay, isPlaybackMode, isRecordMode, isLiveMode } from "./utils";
export {
setReplaceableVariables,
setReplacements,
setEnvironmentOnLoad,
skipQueryParams
} from "./baseRecorder";
env,
delay,
isPlaybackMode,
isRecordMode,
isLiveMode,
RecorderEnvironmentSetup
} from "./utils";
export { jsonRecordingFilterFunction } from "./basekarma.conf";

0 comments on commit e72d9de

Please sign in to comment.