mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
8 lines
238 B
TypeScript
8 lines
238 B
TypeScript
import { beforeAll } from 'vitest';
|
|
import { setProjectAnnotations } from '@storybook/sveltekit';
|
|
import * as projectAnnotations from './preview';
|
|
|
|
const project = setProjectAnnotations(projectAnnotations);
|
|
|
|
beforeAll(project.beforeAll);
|