Creates a fake environment.
Defaults to a supported local desktop workspace so feature tests state only exceptional compatibility facts. A test specifically about environment assumptions should pass every relevant field explicitly.
const environment = createFakeEnvironment({ isTrusted: false });// or later:environment._set({ uiKind: 'web' }); Copy
const environment = createFakeEnvironment({ isTrusted: false });// or later:environment._set({ uiKind: 'web' });
Creates a fake environment.
Defaults to a supported local desktop workspace so feature tests state only exceptional compatibility facts. A test specifically about environment assumptions should pass every relevant field explicitly.