{"ScriptPreparationCode":"var appState = \u0022active\u0022;\r\nvar regex = /inactive|background/;\r\nvar arr = [\u0027inactive\u0027, \u0027background\u0027];","TestCases":[{"Name":"String.match","Code":"appState.match(regex)","IsDeferred":false},{"Name":"Array.includes","Code":"arr.includes(appState);","IsDeferred":false}]}