UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

12 lines (9 loc) 181 B
/** * @jest-environment jsdom */ import { isBrowser } from '../env'; describe('isBrowser', () => { it('should be browser', () => { expect(isBrowser).toBe(true); }); });