{"ScriptPreparationCode":null,"TestCases":[{"Name":"startsWith","Code":"const str = \u0022https://firebase.com/this/is/a/long/thing\u0022\r\nstr.includes(\u0022https://firebase\u0022)","IsDeferred":false},{"Name":"substr","Code":"const str = \u0022https://firebase.com/this/is/a/long/thing\u0022\r\nconst subStr = str.substring(0, 16);\r\nstr === subStr","IsDeferred":false}]}