Skip to content

Commit

Permalink
Include TimeStamps on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Jul 3, 2024
1 parent 42c732f commit d3c9ce0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ const verifyCommunicatorProperties = (body) => {
'author',
'rootBoard',
'boards',
'defaultBoardsIncluded'
'defaultBoardsIncluded',
'createdAt',
'lastEdited'
);
};

Expand Down

0 comments on commit d3c9ce0

Please sign in to comment.