Skip to content

Commit

Permalink
tmp: use cordova-plugin-test-framework master repo (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 1, 2020
1 parent fcd875c commit 5465099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ParamedicApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ParamedicApp {
pluginsManager.installPlugins(this.config.getPlugins());
pluginsManager.installTestsForExistingPlugins();

let additionalPlugins = ['cordova-plugin-test-framework', path.join(__dirname, '..', 'paramedic-plugin')];
let additionalPlugins = ['github:apache/cordova-plugin-test-framework', path.join(__dirname, '..', 'paramedic-plugin')];

if (this.config.shouldUseSauce() && !this.config.getUseTunnel()) {
additionalPlugins.push(path.join(__dirname, '..', 'event-cache-plugin'));
Expand Down

0 comments on commit 5465099

Please sign in to comment.