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

@@ -79,7 +79,7 @@ describe('buildExpectationResult', function() {
it('handles nodejs assertions', function() {
if (typeof require === 'undefined') {
return;
pending('This test only runs in Node');
}
const assert = require('assert');
const value = 8421;