Skip to content

Commit

Permalink
cleanup test?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 30, 2023
1 parent 28abab7 commit 0bf7043
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 5 additions & 0 deletions test/fixtures/test-app-two-native-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"directories": {
"app": "app"
},
"files": [
"index.html",
"index.js",
"package.json"
],
"mac": {
"category": "your.app.category.type"
},
Expand Down
16 changes: 6 additions & 10 deletions test/snapshots/HoistedNodeModuleTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -188,31 +188,31 @@ Object {
"install": Object {
"files": Object {
"LICENSE": Object {
"offset": "3766",
"offset": "3479",
"size": 1101,
},
"install.js": Object {
"offset": "4867",
"offset": "4580",
"size": 19880,
},
"install.min.js": Object {
"offset": "24747",
"offset": "24460",
"size": 3663,
},
"package.json": Object {
"offset": "28410",
"offset": "28123",
"size": 529,
},
"scripts": Object {
"files": Object {
"docs.sh": Object {
"executable": true,
"offset": "28939",
"offset": "28652",
"size": 99,
},
"prepublish.sh": Object {
"executable": true,
"offset": "29038",
"offset": "28751",
"size": 83,
},
},
Expand All @@ -225,10 +225,6 @@ Object {
"offset": "3342",
"size": 137,
},
"pnpm-lock.yaml": Object {
"offset": "3479",
"size": 287,
},
},
}
`;
Expand Down

0 comments on commit 0bf7043

Please sign in to comment.