Skip to content

Commit 3de2d54

Browse files
committed
Run prettier
1 parent bf05913 commit 3de2d54

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { setProjectAnnotations } from '@storybook/react-vite';
2-
import * as projectAnnotations from './preview';
1+
import { setProjectAnnotations } from '@storybook/react-vite'
2+
import * as projectAnnotations from './preview'
33

44
// This is an important step to apply the right configuration when testing your stories.
55
// More info at: https://storybook.js.org/docs/api/portable-stories/portable-stories-vitest#setprojectannotations
6-
setProjectAnnotations([projectAnnotations]);
6+
setProjectAnnotations([projectAnnotations])

packages/ui/test/setup.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import '@solana-foundation/ms-tools-config/test/setup.ts'
22
import '@testing-library/jest-dom/vitest'
3+
4+
import React from 'react'
35
import { cleanup } from '@testing-library/react'
46
import { afterEach, vi } from 'vitest'
5-
import React from 'react'
67

78
// Ensure React is available globally
89
global.React = React

0 commit comments

Comments
 (0)