import { inEnvironment } from "https://deno.land/x/udibo_react_app@0.19.0/test_utils.ts";
This function sets the APP_ENV
environment variable to the provided environment
until the promise returned by the callback resolves or rejects.
x/udibo_react_app/test_utils.ts>inEnvironment
import { inEnvironment } from "https://deno.land/x/udibo_react_app@0.19.0/test_utils.ts";
This function sets the APP_ENV
environment variable to the provided environment
until the promise returned by the callback resolves or rejects.