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

This commit is contained in:
Hamas Shafiq
2022-11-24 10:16:00 +00:00
committed by GitHub
parent 2105e52138
commit 624e6037cf

View File

@@ -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';