From 80e8a576a17ee13086ce833010771f8fac908de7 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Fri, 27 Oct 2023 17:58:49 +0400 Subject: [PATCH] check clean json structure (lint) --- tests/jsonobjecttests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jsonobjecttests.ts b/tests/jsonobjecttests.ts index a627b6500e..d67a351807 100644 --- a/tests/jsonobjecttests.ts +++ b/tests/jsonobjecttests.ts @@ -3030,6 +3030,6 @@ QUnit.test("Check that .toJSON returns clean structure for all question types", if (qModel.isQuestion && qModel.getType() === cls.name) { assert.deepEqual(qModel.toJSON(), etalon, `JSON for ${cls.name} is clean`); } - }; + } } }); \ No newline at end of file