Skip to content

Commit

Permalink
chore: clean up test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
samsternatretool committed Mar 26, 2024
1 parent 1a1a915 commit 9ee60a9
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions tests/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,14 @@ test('pnpm', macro.sortObject, {
path: 'pnpm',
value: {
overrides: {
'aws-sdk@2.1133.0': '2.1370.0',
'react-native-notifications@^4.3.5': '4.3.5',
'antd@^3.26.20': '3.26.20',
'aws-sdk@1.2345.0': '1.123.0',
'react-native-notifications@^3.4.5': '3.4.5',
'antd@^2.23.4': '2.23.4',
},
patchedDependencies: {
'[email protected]':
'.yarn/patches/esbuild-sass-plugin-npm-2.10.0-721e293088.patch',
'[email protected]': '.yarn/patches/domino-npm-2.1.6-b0dc3de857.patch',
'[email protected]': '.yarn/patches/es5-ext-npm-0.10.62-f20aca46cb.patch',
'[email protected]': 'foo.patch',
'[email protected]': 'bar.patch',
'[email protected]': 'baz.patch',
},
packageExtensions: {
'@rjsf/core': {
Expand All @@ -290,9 +289,9 @@ test('pnpm', macro.sortObject, {
expect: {
allowNonAppliedPatches: true,
overrides: {
'antd@^3.26.20': '3.26.20',
'aws-sdk@2.1133.0': '2.1370.0',
'react-native-notifications@^4.3.5': '4.3.5',
'antd@^2.23.4': '2.23.4',
'aws-sdk@1.2345.0': '1.123.0',
'react-native-notifications@^3.4.5': '3.4.5',
},
packageExtensions: {
'@rjsf/core': {
Expand All @@ -307,10 +306,9 @@ test('pnpm', macro.sortObject, {
},
},
patchedDependencies: {
'[email protected]': '.yarn/patches/domino-npm-2.1.6-b0dc3de857.patch',
'[email protected]': '.yarn/patches/es5-ext-npm-0.10.62-f20aca46cb.patch',
'[email protected]':
'.yarn/patches/esbuild-sass-plugin-npm-2.10.0-721e293088.patch',
'[email protected]': 'bar.patch',
'[email protected]': 'baz.patch',
'[email protected]': 'foo.patch',
},
},
})

0 comments on commit 9ee60a9

Please sign in to comment.