File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/browser/test/integration/suites Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1- describe ( "unhandledrejection " , function ( ) {
1+ describe ( "window.onunhandledrejection " , function ( ) {
22 it ( "should capture unhandledrejection with error" , function ( ) {
33 return runInSandbox ( sandbox , function ( ) {
44 if ( supportsOnunhandledRejection ( ) ) {
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ function runVariant(variant) {
2525 { { suites / config . js } } // prettier-ignore
2626 { { suites / api . js } } // prettier-ignore
2727 { { suites / onerror . js } } // prettier-ignore
28+ { { suites / onunhandledrejection . js } } // prettier-ignore
2829 { { suites / builtins . js } } // prettier-ignore
2930 { { suites / breadcrumbs . js } } // prettier-ignore
3031 { { suites / loader . js } } // prettier-ignore
You can’t perform that action at this time.
0 commit comments