RunRemixTestOptions

View Source

Signature

interface RunRemixTestOptions {
  argv?: string[];
  cwd?: string;
}