remix/test/cli · InterfaceView Source
RunRemixTestOptions
Summary
Options accepted by runRemixTest.
Signature
interface RunRemixTestOptions {
argv?: string[];
cwd?: string;
}
Properties
argv
Argument vector to parse. When omitted, process.argv.slice(2) is used
so the regular CLI flags work transparently.
cwd
Working directory the runner resolves config and test files against
(default process.cwd()).