We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d703749 commit 8c01d47Copy full SHA for 8c01d47
packages/kolibri/composables/__mocks__/useUser.js
@@ -30,11 +30,10 @@
30
* useUser.mockImplementation(() => useUserMock())
31
* ```
32
*/
33
- import { ref, computed } from 'vue';
34
- import { UserKinds } from 'kolibri/constants';
35
- import { jest } from '@jest/globals';
36
- import { setServerTime } from 'kolibri/utils/serverClock';
37
-
+import { ref, computed } from 'vue';
+import { UserKinds } from 'kolibri/constants';
+import { jest } from '@jest/globals';
+import { setServerTime } from 'kolibri/utils/serverClock';
38
39
const MOCK_DEFAULT_SESSION = {
40
app_context: false,
0 commit comments