{"ScriptPreparationCode":null,"TestCases":[{"Name":"includes","Code":"const str = \u0022https://firebase.com_/this/is/a/long/thing\u0022\r\nconst [app, _] = str.split(\u0027_\u0027) || [];\r\napp.includes(\u0022https://firebase\u0022)","IsDeferred":false},{"Name":"startsWith","Code":"const str = \u0022https://firebase.com/this/is/a/long/thing\u0022\r\nstr.startsWith(\u0022https://firebase\u0022)","IsDeferred":false}]}