Fix test and add missing file
This commit is contained in:
parent
92132b3f59
commit
820b2511b1
@ -9,6 +9,9 @@ export class Task {
|
||||
public assignees: Array<User>;
|
||||
public categories: Array<Category>;
|
||||
|
||||
public filtered: boolean;
|
||||
public hideFiltered: boolean;
|
||||
|
||||
constructor(public id: number = 0,
|
||||
public title: string = '',
|
||||
public description: string = '',
|
||||
|
@ -30,7 +30,7 @@ describe('ContextMenu', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
contextMenu.eventHandler({
|
||||
contextMenu.parentEventHandler({
|
||||
pageX: 10, pageY: 10,
|
||||
preventDefault: () => {},
|
||||
stopPropagation: () => {}
|
||||
|
Reference in New Issue
Block a user