Skip to content

Commit d703749

Browse files
committed
resolved merge conflict
1 parent 27bd2d6 commit d703749

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: packages/kolibri/composables/__mocks__/useUser.js

-7
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,12 @@
3030
* useUser.mockImplementation(() => useUserMock())
3131
* ```
3232
*/
33-
<<<<<<< HEAD
3433
import { ref, computed } from 'vue';
3534
import { UserKinds } from 'kolibri/constants';
3635
import { jest } from '@jest/globals';
3736
import { setServerTime } from 'kolibri/utils/serverClock';
3837

3938

40-
=======
41-
import { ref, computed } from '@vue/composition-api';
42-
import { UserKinds } from 'kolibri/constants';
43-
import { jest } from '@jest/globals'; // Ensure jest is imported for mocking functions
44-
45-
>>>>>>> ec7851aa405df9e32f819ad44cd488128408854b
4639
const MOCK_DEFAULT_SESSION = {
4740
app_context: false,
4841
can_manage_content: false,

0 commit comments

Comments
 (0)