test: Remove unnecessary jsdom environment declarations (#2616)

This commit is contained in:
Dermot Duffy
2026-07-25 22:47:59 -07:00
committed by GitHub
parent eccf7f3b97
commit a0fd464d23
41 changed files with 0 additions and 43 deletions
@@ -3,7 +3,6 @@ import { describe, expect, it } from 'vitest';
import { createConditionEvaluator } from '../../../../src/condition-trigger/conditions/factory';
import { createEvaluatorContext } from './test-utils';
// @vitest-environment jsdom
describe('user agent condition', () => {
const userAgent =
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36';