Skip to content

Commit 67b2142

Browse files
[Recorder] Do not depend on test-utils (Azure#21317)
1 parent d4b6692 commit 67b2142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/test-utils/recorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"dependencies": {
6868
"@azure/core-http": "^2.0.0",
6969
"@azure/core-rest-pipeline": "^1.1.0",
70-
"@azure/test-utils": "^1.0.0",
71-
"@azure/core-auth": "^1.3.2"
70+
"@azure/core-auth": "^1.3.2",
71+
"@azure/core-util": "^1.0.0-beta.1"
7272
},
7373
"devDependencies": {
7474
"@azure/core-client": "^1.0.0",

sdk/test-utils/recorder/src/utils/sessionFilePath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { isNode } from "@azure/test-utils";
4+
import { isNode } from "@azure/core-util";
55
import { env } from "./env";
66
import { generateTestRecordingFilePath } from "./filePathGenerator";
77
import { relativeRecordingsPath } from "./relativePathCalculator";

0 commit comments

Comments
 (0)