Fix prettier errors

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-01-05 23:11:31 +01:00
parent 7960776bd1
commit 890e9c942b
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
4 changed files with 28 additions and 24 deletions

View file

@ -124,7 +124,6 @@ describe('Notes', () => {
expect(historyEntry.pinStatus).toEqual(true);
});
it.skip(`GET /me/notes/`, async () => {
// TODO use function from HistoryService to add an History Entry
await notesService.createNote('This is a test note.', 'test7');