Skip to content

Commit

Permalink
v bump; add sideEffects: false;
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakerino committed Oct 26, 2024
1 parent 0371a15 commit 805762b
Show file tree
Hide file tree
Showing 7 changed files with 584 additions and 3,214 deletions.
3,193 changes: 440 additions & 2,753 deletions package-lock.json

Large diffs are not rendered by default.

430 changes: 98 additions & 332 deletions packages/demo/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ const base: Partial<Config.InitialOptions> = {
'json',
'node',
],
collectCoverage: true,
coveragePathIgnorePatterns: [
'(tests/.*.mock).(jsx?|tsx?|ts?|js?)$',
],
verbose: true,
}

const config: Config.InitialOptions = {
...base,
collectCoverage: true,
verbose: true,
// todo: check why `transformIgnorePatterns`, combined with multi-projects/lerna 0.5.3 upgrade, throws `Reentrant plugin detected trying to load ....babel-plugin-jest-hoist/build/index.js`
/*transformIgnorePatterns: [
'node_modules/?!(@ui-schema)',
Expand Down
Loading

0 comments on commit 805762b

Please sign in to comment.