chore: improves empty object json field tests (#2207)
This commit is contained in:
@@ -535,7 +535,7 @@ describe('Fields', () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(createdJSON.json.state).toBeDefined();
|
||||
expect(createdJSON.json.state).toEqual({});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user