autoimport with eslint now
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { getAccessToken } from '@/modules/user/service/signIn'
|
||||
import { Octokit } from '@octokit/rest'
|
||||
|
||||
import { getAccessToken } from '@/modules/user/service/signIn'
|
||||
|
||||
export const getOctokit = async (): Promise<Octokit> => {
|
||||
const response = await getAccessToken()
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
import { resolvePath } from './resolvePath'
|
||||
|
||||
describe('resolve path service', () => {
|
||||
|
||||
Reference in New Issue
Block a user