From 887ed66ea773c467d3b3ccfbf9d35f4a393d6f5d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 18 Jun 2026 13:52:06 +0300 Subject: [PATCH] lint --- test/unit/specs/stores/oauth.spec.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/unit/specs/stores/oauth.spec.js b/test/unit/specs/stores/oauth.spec.js index 3ae8da7c9..1081276d3 100644 --- a/test/unit/specs/stores/oauth.spec.js +++ b/test/unit/specs/stores/oauth.spec.js @@ -2,10 +2,7 @@ import { createTestingPinia } from '@pinia/testing' import { HttpResponse, http } from 'msw' import { createPinia, setActivePinia } from 'pinia' -import { - authApis, - injectMswToTest, -} from '/test/fixtures/mock_api.js' +import { authApis, injectMswToTest } from '/test/fixtures/mock_api.js' import { useOAuthStore } from 'src/stores/oauth.js'