Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lavgup committed Jan 10, 2021
1 parent bd1b0ad commit 19a81e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ describe('tests action functions', () => {
result: expect.any(String),
pageid: expect.any(Number),
title: expect.any(String),
contentmodel: expect.any(String),
// oldrevid: expect.any(Number),
// newrevid: expect.any(Number),
// newtimestamp: expect.any(String)
contentmodel: expect.any(String)
}
});
});
Expand Down

0 comments on commit 19a81e0

Please sign in to comment.