Valerii Sidorenko
Valerii Sidorenko
> Thanks for your PR! Can you please open an issue to describe the problem that this PR fixes? Should I open an issue with text from the first comment...
Maybe also need to change this line https://github.com/microsoft/monaco-editor/blob/a385674a34a33947483e0f7266b5a7dbcefe9b9d/webpack-plugin/src/index.ts#L315 to check only `editor.main.js`
Мне кажется это функциональность самого теста а не xUnitFor1С. Что мешает тест-обработке, при заполнении списка тестовых методов, прочитать свой конфигурационный файл и выполнить необходимые настройки?
This should work ```ts // .storybook/preview.ts import { definePreview } from '@storybook/react-vite' export default definePreview({ ... }) ``` ```ts // .storybook/vitest.setup.ts import { setProjectAnnotations } from '@storybook/react-vite'; import * as...
It seems if you are using CFS Next for stories, `setProjectAnnotations` is no longer used (see 4. in [Upgrade to CSF Next](https://github.com/storybookjs/storybook/blob/main/docs/api/csf/csf-next.mdx#upgrade-to-csf-next)) You can do something like this: ```ts //...