Skip to content
Snippets Groups Projects
Commit 772b9003 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove comments

parent cc16beca
No related branches found
No related tags found
1 merge request!1135Draft: test(lint): add testing library lint plugin
......@@ -20,8 +20,6 @@ describe('UserProfileTypeEntity service', () => {
expect(result).toEqual(profileTypeData)
})
// it('should return the closest profileType according to passed argument updateDate', async () => {})
it('should return null if no user profile found', async () => {
const mockQueryResult: QueryResult<ProfileType[]> = {
data: [],
......@@ -34,6 +32,4 @@ describe('UserProfileTypeEntity service', () => {
expect(result).toBeNull()
})
})
// describe('updateUserProfileType', () => {})
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment