Skip to content

Commit

Permalink
chore: Fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Jan 18, 2023
1 parent 8b7a518 commit bf38a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion packages/v2/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ module.exports = merge.recursive(tsPreset, cloudscapePreset, {
statements: 90,
},
},
coveragePathIgnorePatterns: ['/node_modules/', '/components/index.ts', '**.stories.tsx'],
coveragePathIgnorePatterns: ['/node_modules/', '/components/index.ts', '.*/.*.stories.tsx'],
});
18 changes: 0 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,24 +1882,6 @@ __metadata:
languageName: node
linkType: hard

"@data-driven-forms/react-form-renderer@npm:^3.19.0":
version: 3.19.0
resolution: "@data-driven-forms/react-form-renderer@npm:3.19.0"
dependencies:
final-form: ^4.20.4
final-form-arrays: ^3.0.2
final-form-focus: ^1.1.2
lodash: ^4.17.15
prop-types: ^15.7.2
react-final-form: ^6.5.0
react-final-form-arrays: ^3.1.1
peerDependencies:
react: ^16.13.1 || ^17.0.2 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.2 || ^18.0.0
checksum: c56f2abe6c5b8ae7ced417151420da1584b57c9cf8fbe037161795a923dc34467d778e0c91707b9ee910b2e2f7550dd8df4310b1c3243e84d5ae2d7e14d90778
languageName: node
linkType: hard

"@date-io/core@npm:1.x, @date-io/core@npm:^1.3.13":
version: 1.3.13
resolution: "@date-io/core@npm:1.3.13"
Expand Down

0 comments on commit bf38a6d

Please sign in to comment.