fix ci-only test failure

pull/1652/head
gabrielburnworth 2020-01-03 14:16:45 -08:00
parent 72dfcb23ee
commit e2838539b4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jest.mock("@blueprintjs/core", () => ({
Position: jest.fn(),
PopoverInteractionKind: jest.fn(),
Button: jest.fn(p => <button>{p.text}</button>),
Classes: jest.fn(),
Classes: { getClassNamespace: jest.fn() },
MenuItem: jest.fn(),
Alignment: jest.fn(),
}));