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
Hi! When importing this package into an application, I get a JS console error in the browser. The package works just fine in the CLI for my actual unit tests, but I get an error in the console which prevents me from viewing my test results in the browser. It also shows the error when I just run my app regularly (not in test mode).
Upon inspecting the error, it looks like there's a syntax error for the last function of the file.
function get(object, pathI
* //tOg.get(object, [gglobal;
/*ues.
0].b.c(
Looks like the whole get function was intended to be commented out. Can we please get that removed so that we can reinstall the package and not get the error. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! When importing this package into an application, I get a JS console error in the browser. The package works just fine in the CLI for my actual unit tests, but I get an error in the console which prevents me from viewing my test results in the browser. It also shows the error when I just run my app regularly (not in test mode).
Upon inspecting the error, it looks like there's a syntax error for the last function of the file.
Looks like the whole get function was intended to be commented out. Can we please get that removed so that we can reinstall the package and not get the error. Thanks!
The text was updated successfully, but these errors were encountered: