Skip to content

Commit

Permalink
Remove unnecessary .ts extension
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Aug 29, 2024
1 parent d64dd86 commit d7db3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlaylistTable.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import "i18n/config.ts"
import "i18n/config"
import { render, screen, waitFor, act, waitForElementToBeRemoved } from "@testing-library/react"
import userEvent from "@testing-library/user-event"
import { setupServer } from "msw/node"
Expand Down

0 comments on commit d7db3e3

Please sign in to comment.