Chore: Refactor transform-trace-data.test.js to TS (#59214)

pull/59280/head
Hamas Shafiq 3 years ago committed by GitHub
parent 2105e52138
commit 624e6037cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/jaeger-ui-components/src/model/transform-trace-data.test.ts

@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import { TraceResponse } from '../types/trace';
import transformTraceData, { orderTags, deduplicateTags } from './transform-trace-data';

Loading…
Cancel
Save