export let testMatch: string[];
export let transform: {
    "^.+\\.(t|j)sx?$": string;
};
