Skip to content

Commit

Permalink
check clean json structure (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Oct 27, 2023
1 parent bc1e548 commit 80e8a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jsonobjecttests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
}
};
}
}
});

0 comments on commit 80e8a57

Please sign in to comment.