mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
import { beforeAll } from 'vitest'
|
|
import { setProjectAnnotations } from '@storybook/sveltekit'
|
|
import * as projectAnnotations from './preview'
|
|
|
|
const project = setProjectAnnotations(projectAnnotations)
|
|
|
|
beforeAll(project.beforeAll) |