{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"includes","Code":"const str = \u0022https://firebase.com/this/is/a/long/thing\u0022\r\nstr.includes(\u0022firebase\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},{"Name":"substring \u002B ==","Code":"const str = \u0022https://firebase.com/this/is/a/long/thing\u0022\r\nstr.substring(0, \u0022firebase\u0022.length) == \u0022firebase\u0022\r\n","IsDeferred":false}]}