Skip to content

Commit

Permalink
Merge pull request #15 from JongMany/feature/main
Browse files Browse the repository at this point in the history
Transition되도록
  • Loading branch information
JongMany authored Jul 8, 2024
2 parents 23f48eb + f16870d commit bb15f99
Show file tree
Hide file tree
Showing 12 changed files with 1,597 additions and 85 deletions.
21 changes: 21 additions & 0 deletions fe/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const afterAll: typeof import('vitest')['afterAll']
const afterEach: typeof import('vitest')['afterEach']
const assert: typeof import('vitest')['assert']
const beforeAll: typeof import('vitest')['beforeAll']
const beforeEach: typeof import('vitest')['beforeEach']
const chai: typeof import('vitest')['chai']
const describe: typeof import('vitest')['describe']
const expect: typeof import('vitest')['expect']
const it: typeof import('vitest')['it']
const suite: typeof import('vitest')['suite']
const test: typeof import('vitest')['test']
const vi: typeof import('vitest')['vi']
const vitest: typeof import('vitest')['vitest']
}
Loading

0 comments on commit bb15f99

Please sign in to comment.