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

@@ -2,8 +2,7 @@ describe('base helpers', function() {
describe('isError_', function() {
it('correctly handles WebSocket events', function(done) {
if (typeof jasmine.getGlobal().WebSocket === 'undefined') {
done();
return;
pending('Environment does not provide WebSocket');
}
const obj = (function() {