{"ScriptPreparationCode":null,"TestCases":[{"Name":"String.includes","Code":"const isCeoLevel = \u0027this is a long string huhu (CEO_STAR) asdas \u0027;\r\nisCeoLevel.includes(\u0022CEO_STAR\u0022);","IsDeferred":false},{"Name":"Regex.test","Code":"const isCeoLevel = \u0027this is a long string huhu (CEO_STAR) asdas \u0027;\r\n/CEO_STAR/i.test(isCeoLevel);","IsDeferred":false}]}