Skip to content

Commit 60bedb5

Browse files
authored
fix(vue): prevent error from being thrown when testing on certain jest runners (#23421)
resolves #23397
1 parent f008628 commit 60bedb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/utils/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ export const setupConfig = (config: IonicConfig) => {
201201
const win = window as any;
202202
const Ionic = win.Ionic;
203203
if (Ionic && Ionic.config && Ionic.config.constructor.name !== 'Object') {
204-
console.error('ionic config was already initialized');
205204
return;
206205
}
207206
win.Ionic = win.Ionic || {};

0 commit comments

Comments
 (0)