Skip to content

Commit

Permalink
removed dev logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBreau authored and breautek committed Apr 14, 2023
1 parent 17d1327 commit 327010c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/spec/unit/Plugman/pluginHandler.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,9 @@ describe('ios plugin handler', () => {

describe('embed and link interactions', () => {
const frameworks = copyArray(embed_link_interaction_frameworks);
console.log('asdfafaslfdasdfasdjfksahldfaskdfhasfladhfs', frameworks);

it('Test 046 : embed true, link true', () => {
install(frameworks[0], embedlinkPluginInfo, dummyProject);
console.log('asdkl;fhajisdgbhjdfghj', frameworks[0], { customFramework: true, embed: true, link: true, sign: true });
expect(dummyProject.xcode.addFramework)
.toHaveBeenCalledWith('SampleApp/Plugins/org.test.plugins.embedlinkplugin/CustomEmbeddable.framework', { customFramework: true, embed: true, link: true, sign: true });
});
Expand Down

0 comments on commit 327010c

Please sign in to comment.