TestConfig: {
    file: string;
    tests: Test[];
}

A configuration for a test. Designed to be used in JSON spec files.

Type declaration

  • file: string
  • tests: Test[]