export interface Options { /** * root of project * * this is inferred automatically to the root of where dev-test is required * it may need to be set if it needs to be pointed to a fixture instead */ root?: string; }