Pend environment-specific specs rather than passing

This commit is contained in:
Steve Gravrock
2025-08-30 12:58:04 -07:00
parent 3bcbc2e3af
commit 09ce3a30b6
4 changed files with 13 additions and 29 deletions

View File

@@ -82,7 +82,7 @@ describe('toThrowError', function() {
it('passes if thrown is an instanceof Error regardless of global that contains its constructor', function() {
if (isNotRunningInBrowser()) {
return;
pending('This test only runs in browsers.');
}
const matcher = jasmineUnderTest.matchers.toThrowError();