Skip to content

Commit

Permalink
fix: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Nov 20, 2024
1 parent 6e84218 commit 0921235
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/cmd/src/services/convert/getInstances.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import * as xml2js from 'xml2js';
import { Failure, TestSuite, TestSuites } from './combineInputFiles';
import { generateTestId } from 'services/upload/discovery/junit/scanner';
import { generateShortHash } from '@lib/hash';
import * as fs from 'fs';
import { ConvertCommandConfig } from 'config/convert';
import { generateTestId } from 'services/upload/discovery/junit/scanner';
import * as xml2js from 'xml2js';
import { TestSuite, TestSuites } from './combineInputFiles';
import {
ExpectedStatus,
InstanceReport,
Expand Down

0 comments on commit 0921235

Please sign in to comment.