function assertStringIncludes assertStringIncludes(actual: string, expected: string, msg?: string) Make an assertion that actual includes expected. If not then throw. Parameters 🔗 actual: string 🔗 expected: string 🔗 msg: string Return Type