We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bd2d6 commit d703749Copy full SHA for d703749
packages/kolibri/composables/__mocks__/useUser.js
@@ -30,19 +30,12 @@
30
* useUser.mockImplementation(() => useUserMock())
31
* ```
32
*/
33
-<<<<<<< HEAD
34
import { ref, computed } from 'vue';
35
import { UserKinds } from 'kolibri/constants';
36
import { jest } from '@jest/globals';
37
import { setServerTime } from 'kolibri/utils/serverClock';
38
39
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
46
const MOCK_DEFAULT_SESSION = {
47
app_context: false,
48
can_manage_content: false,
0 commit comments