mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Migrate private notes API E2E test to global TestSetup
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
df97845e19
commit
86a910a9e8
2 changed files with 100 additions and 92 deletions
|
@ -14,6 +14,7 @@ import { TestSetup } from '../test-setup';
|
|||
|
||||
describe('Notes', () => {
|
||||
let testSetup: TestSetup;
|
||||
|
||||
let user: User;
|
||||
let user2: User;
|
||||
let content: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue