Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Oct 9, 2024
1 parent 0827291 commit a499206
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/snapshots/HoistedNodeModuleTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,6 @@ Object {
},
"unpacked": true,
},
"node_gyp_bins": Object {
"files": Object {
"python3": Object {
"size": 5490456,
"unpacked": true,
},
},
"unpacked": true,
},
},
},
"deps": Object {
Expand Down
24 changes: 24 additions & 0 deletions test/snapshots/ignoreTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,36 @@ Object {
}
`;

exports[`Don't copy sub node_modules of the other dir instead of rootDir 1`] = `
Object {
"linux": Array [],
}
`;

exports[`cannot copied select submodule node_modules by **/submodule-1-test/node_modules 1`] = `
Object {
"linux": Array [],
}
`;

exports[`cannot copied select submodule node_modules by */ 1`] = `
Object {
"linux": Array [],
}
`;

exports[`copied select submodule node_modules 1`] = `
Object {
"linux": Array [],
}
`;

exports[`copied sub node_modules of the rootDir/node_modules 1`] = `
Object {
"linux": Array [],
}
`;

exports[`ignore build resources 1`] = `
Object {
"linux": Array [],
Expand Down

0 comments on commit a499206

Please sign in to comment.