{"ScriptPreparationCode":null,"TestCases":[{"Name":"equal string","Code":"const a = \u0022some-random-string\u0022\r\nconst b = \u0022some-random-string\u0022\r\nconst c = a === b","IsDeferred":false},{"Name":"equal int","Code":"const a = 1\r\nconst b = 1\r\nconst c = a === b","IsDeferred":false}]}