mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -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
8a640f6be9
commit
9489fbaa79
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