Skip to content

Commit 0681b6f

Browse files
committed
fix: delete unused tests
1 parent 22c9991 commit 0681b6f

File tree

3 files changed

+0
-75
lines changed

3 files changed

+0
-75
lines changed

src/telemetry/telemetry.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export class Telemetry {
3939
{
4040
commonProperties = { ...MACHINE_METADATA },
4141
eventCache = EventCache.getInstance(),
42-
43-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
4442
getRawMachineId = () => nodeMachineId.machineId(true),
4543
}: {
4644
eventCache?: EventCache;

tests/integration/telemetry.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import nodeMachineId from "node-machine-id";
66

77
describe("Telemetry", () => {
88
it("should resolve the actual machine ID", async () => {
9-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
109
const actualId: string = await nodeMachineId.machineId(true);
1110

1211
const actualHashedId = createHmac("sha256", actualId.toUpperCase()).update("atlascli").digest("hex");

tests/unit/deferred-promise.test.ts

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)