Skip to content

Commit

Permalink
Added test for entry file2
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddheshKukade committed Nov 17, 2023
1 parent 6a67e7d commit e32b45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const client: ApolloClient<NormalizedCacheObject> = new ApolloClient({
});
describe('Testing Advertisement Entry Component', () => {
test('Temporary test for Advertisement Entry', () => {
const { getByTestId, getByText, getAllByText } = render(
const { getByTestId, getAllByText } = render(
<ApolloProvider client={client}>
<Provider store={store}>
<BrowserRouter>
Expand Down

0 comments on commit e32b45b

Please sign in to comment.