assert that the parameter described by paramSpec is proposed to be changed in the question described by questionSpec.

  • Parameters

    • paramSpec: {
          parameterName: string;
          paramPath: unknown;
      }
      • parameterName: string
      • paramPath: unknown
    • questionSpec: QuestionSpec<ParamChangeIssue<unknown>>

    Returns void