mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 09:40:42 +08:00
Fixed test
This commit is contained in:
@@ -20,6 +20,10 @@ describe('coral-plugin-history/CommentHistory', () => {
|
||||
'closedAt':null
|
||||
};
|
||||
|
||||
comments.forEach((comment) => {
|
||||
comment.asset = asset;
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
render = shallow(<CommentHistory comments={comments} asset={asset} link={()=>{}}/>);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user