Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(arui-scripts): add in test command ability to use preset from configs #282

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

e-ogri
Copy link
Contributor

@e-ogri e-ogri commented Nov 5, 2024

Основная проблема, которая есть сейчас
Если вынести настройки в свой пресет и передать его в команду "arui-scripts test", то данный пресет не применится и будет отображен warning "arui-scripts test command doesn't support jest preset config".
Т.е. хоть пропиши пресет, хоть не прописывай он его в любом случае удалит и применит дефолтные настройки из пресета arui-scripts.

Скорей всего это было сделано, по той причине, что команда "arui-scripts test" запускает jest через консольную команду, передавая все конфиги как аргумент --config.
Но настройки из аргумента --config имеют более высокий приоритет, чем настройки preset, даже если он тоже передан в --config.
И получается что настройки из пресета arui-scripts в любом случае перебивали настройки из пользовательского пресета.

Для решения этой проблемы предлагаю, просматривать пользовательский конфиг на наличие свойства preset, и загружать его аналогично, как это делает jest .

Причем оказывается jest не загружает цепочку из preset, а загружает только первый.

Данное решение протестировано только локально с использованием симлинка.

Copy link

changeset-bot bot commented Nov 5, 2024

🦋 Changeset detected

Latest commit: 5c94eea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
arui-scripts Minor
example-modules Patch
example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@e-ogri e-ogri force-pushed the feature/jest-config branch from efa73ff to 5c94eea Compare November 6, 2024 05:30
@e-ogri e-ogri merged commit 3bf6453 into master Nov 6, 2024
4 checks passed
@e-ogri e-ogri deleted the feature/jest-config branch November 6, 2024 09:09
@core-ds-bot core-ds-bot mentioned this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants