Fixed stack trace filtering on Safari 15

This commit is contained in:
Steve Gravrock
2021-12-07 16:50:07 -08:00
parent c48fb0b0e7
commit ce7460d8d4
5 changed files with 35 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ Jasmine tests itself across many browsers (Safari, Chrome, Firefox, Microsoft Ed
| Environment | Supported versions |
|-------------------|--------------------|
| Node | 10, 12, 14, 16 |
| Safari | 8-14 |
| Safari | 8-15 |
| Chrome | Evergreen |
| Firefox | Evergreen, 68, 78, 91 |
| Edge | Evergreen |
@@ -62,6 +62,9 @@ For evergreen browsers, each version of Jasmine is tested against the version of
at the time of release. Other browsers, as well as older & newer versions of some supported browsers, are likely to work.
However, Jasmine isn't tested against them and they aren't actively supported.
See the [release notes](https://github.com/jasmine/jasmine/tree/main/release_notes)
for the supported environments for each Jasmine release.
## Support
* Search past discussions: [http://groups.google.com/group/jasmine-js](http://groups.google.com/group/jasmine-js).