You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason if you use anything but console.log and console.error will lead into a test error. Probably is due to node bindings from Rollup. console.log and console.error are not leading to errors because they are defined as () => {} during tests as you can see on src/test.setup.ts.
The text was updated successfully, but these errors were encountered:
For some reason if you use anything but
console.log
andconsole.error
will lead into a test error. Probably is due to node bindings from Rollup.console.log
andconsole.error
are not leading to errors because they are defined as() => {}
during tests as you can see onsrc/test.setup.ts
.The text was updated successfully, but these errors were encountered: