-
Notifications
You must be signed in to change notification settings - Fork 7
Тестирование
TyNasOl edited this page Apr 12, 2019
·
5 revisions
it('should return result for valid json structure', function() { ... }
it('should return error for invalid json structure', function() { ... }
it('should return true for valid json format', function() { ... }
it('should return false for invalid json format', function() { ... }