Skip to content

Commit

Permalink
[Record and playback] expose isPlaybackMode, isRecordMode functions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru authored Aug 27, 2019
1 parent 052df03 commit 60839d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test-utils/recorder/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License. See License.txt in the project root for license information.

export { record, Recorder } from "./recorder";
export { env, delay } from "./utils";
export { env, delay, isPlaybackMode, isRecordMode } from "./utils";
export {
setReplaceableVariables,
setReplacements,
Expand Down

0 comments on commit 60839d2

Please sign in to comment.