Skip to content

Commit

Permalink
fix(vue): prevent error from being thrown when testing on certain jes…
Browse files Browse the repository at this point in the history
…t runners (#23421)

resolves #23397
  • Loading branch information
liamdebeasi committed Jun 7, 2021
1 parent f008628 commit 60bedb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/utils/config.ts
Expand Up @@ -201,7 +201,6 @@ export const setupConfig = (config: IonicConfig) => {
const win = window as any;
const Ionic = win.Ionic;
if (Ionic && Ionic.config && Ionic.config.constructor.name !== 'Object') {
console.error('ionic config was already initialized');
return;
}
win.Ionic = win.Ionic || {};
Expand Down

0 comments on commit 60bedb5

Please sign in to comment.