Skip to content

Commit

Permalink
Merge pull request #217 from core-ds/fix/jest
Browse files Browse the repository at this point in the history
fix(jest): fix jest-preset
  • Loading branch information
qrik116 authored May 7, 2024
2 parents 8bf8fa2 + cb96950 commit bd6053c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-bikes-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arui-scripts': patch
---

Исправление импорта jest настроек в jest-preset, для корректного запуска `node 'node_modules/.bin/jest'`
2 changes: 1 addition & 1 deletion packages/arui-scripts/jest-preset.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */

const settings = require('./build/configs/jest/settings').default;
const settings = require('./build/configs/jest/settings');

module.exports = settings;

0 comments on commit bd6053c

Please sign in to comment.