Skip to content

Commit ab0106c

Browse files
committed
fix: CI lint and tests
1 parent b64ba9b commit ab0106c

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

jest.config.packages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ module.exports = {
9090
// so in that case use their published versions
9191
'<rootDir>/../../node_modules/@metamask/$1',
9292
],
93-
'^uuid$': require.resolve('uuid'),
9493
},
9594

9695
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader

jest.config.scripts.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ module.exports = {
3333
},
3434
},
3535

36-
moduleNameMapper: {
37-
'^uuid$': require.resolve('uuid'),
38-
},
39-
4036
preset: 'ts-jest',
4137

4238
// The path to the Prettier executable used to format snapshots

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"yargs": "^17.7.2"
9090
},
9191
"resolutions": {
92+
"@metamask/snaps-sdk": "^11.0.0",
9293
"elliptic@6.5.4": "^6.5.7",
9394
"fast-xml-parser@^4.3.4": "^4.4.1",
94-
"ws@7.4.6": "^7.5.10",
95-
"@metamask/snaps-sdk": "^11.0.0"
95+
"ws@7.4.6": "^7.5.10"
9696
},
9797
"simple-git-hooks": {
9898
"pre-push": "yarn lint"

0 commit comments

Comments
 (0)