Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Oct 6, 2024
1 parent 861f234 commit e2c7981
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions test/snapshots/ignoreTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ Object {
}
`;

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

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

exports[`copied select submodule node_modules 1`] = `
Object {
"linux": Array [],
Expand Down
1 change: 1 addition & 0 deletions test/src/ignoreTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ test.ifNotCiMac(
targets: Platform.LINUX.createTarget(DIR_TARGET),
config: {
asar: false,
files: ["**/*", "**/submodule-1-test/node_modules/**"],
},
},
{
Expand Down

0 comments on commit e2c7981

Please sign in to comment.