Skip to content

Commit 805762b

Browse files
committed
v bump; add sideEffects: false;
1 parent 0371a15 commit 805762b

File tree

7 files changed

+584
-3214
lines changed

7 files changed

+584
-3214
lines changed

package-lock.json

Lines changed: 440 additions & 2753 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/demo/package-lock.json

Lines changed: 98 additions & 332 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ const base: Partial<Config.InitialOptions> = {
2929
'json',
3030
'node',
3131
],
32-
collectCoverage: true,
3332
coveragePathIgnorePatterns: [
3433
'(tests/.*.mock).(jsx?|tsx?|ts?|js?)$',
3534
],
36-
verbose: true,
3735
}
3836

3937
const config: Config.InitialOptions = {
4038
...base,
39+
collectCoverage: true,
40+
verbose: true,
4141
// 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`
4242
/*transformIgnorePatterns: [
4343
'node_modules/?!(@ui-schema)',

0 commit comments

Comments
 (0)