Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 2, 2024
1 parent f826248 commit 13b0bdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/key-commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class ShiftI implements IKeyCommand {
this.$projectData
);
const xcprojectFile = this.$xcodebuildArgsService.getXcodeProjectArgs(
platformData.projectRoot,
platformData,
this.$projectData
)[1];

Expand Down
1 change: 1 addition & 0 deletions lib/services/plugins-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ This framework comes from ${dependencyName} plugin, which is installed multiple
pluginData.platformsData = data.platforms;
pluginData.pluginVariables = data.variables;
}
return pluginData;
} catch (err) {
this.$logger.trace(
"NOTE: There appears to be a problem with this dependency:",
Expand Down
1 change: 1 addition & 0 deletions test/plugins-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ describe("Plugins service", () => {
testData.isPreparePluginNativeCodeCalled = true;
},
},
platformsData: {},
normalizedPlatformName: "iOS",
}),
});
Expand Down

0 comments on commit 13b0bdb

Please sign in to comment.