mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Refactor transform-trace-data.test.js to TS (#59214)
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
import { TraceResponse } from '../types/trace';
|
import { TraceResponse } from '../types/trace';
|
||||||
|
|
||||||
import transformTraceData, { orderTags, deduplicateTags } from './transform-trace-data';
|
import transformTraceData, { orderTags, deduplicateTags } from './transform-trace-data';
|
||||||
|
|||||||
Reference in New Issue
Block a user