{"ScriptPreparationCode":null,"TestCases":[{"Name":"includes","Code":"if ([\u0022inactive\u0022, \u0022background\u0022].includes(\u0022inactive\u0022)) { \r\nconsole.log(\u0022hello world\u0022);\r\n}","IsDeferred":false},{"Name":"match","Code":"if (\u0022inactive\u0022.match(/inactive|background/)) { \r\nconsole.log(\u0022hello world\u0022);\r\n}","IsDeferred":false},{"Name":"exec","Code":"if (/inactive|background/.exec(\u0022inactive\u0022)) { \r\nconsole.log(\u0022hello world\u0022);\r\n}","IsDeferred":false}]}