[tests][helpers] update log override to exclude enablePersistence warning
This commit is contained in:
parent
4cd30baacb
commit
016c07fa35
@ -40,7 +40,8 @@ console.log = (...args) => {
|
||||
args &&
|
||||
args[0] &&
|
||||
typeof args[0] === 'string' &&
|
||||
args[0].toLowerCase().includes('deprecated')
|
||||
(args[0].toLowerCase().includes('deprecated') ||
|
||||
args[0].toLowerCase().includes('restrictions in the native sdk'))
|
||||
) {
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user