Taylor McIntyre

Results 2 comments of Taylor McIntyre

@zxqfox just a thought... you can detect private browsing for browsers that support LocalStorage. At least this works for Safari. Because localStorage has a capacity of 0 in private mode....

Seems like this issue was resolved with the https://github.com/jestjs/jest/releases/tag/v30.0.0-alpha.7 release, however when upgrading `jest` the latest stable version `30.1.1` in my package.json, the issue with `jest_test` remains. Upon removing `jest`...