{"ScriptPreparationCode":"var appState = \u0022inactive state application\u0022;\r\nvar regex = /\\binactive state|background state\\b/i;\r\nvar arr = [\u0027inactive state\u0027, \u0027background state\u0027];","TestCases":[{"Name":"RegEx.test","Code":"regex.test(appState);","IsDeferred":false},{"Name":"Array.includes","Code":"arr.some(s =\u003E appState.includes(s))","IsDeferred":false}]}