Skip to content

Commit 8c01d47

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent d703749 commit 8c01d47

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/kolibri/composables/__mocks__/useUser.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
* useUser.mockImplementation(() => useUserMock())
3131
* ```
3232
*/
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-
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';
3837

3938
const MOCK_DEFAULT_SESSION = {
4039
app_context: false,

0 commit comments

Comments
 (0)