mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
only run this test in the suite
This commit is contained in:
parent
5f4abe760d
commit
0b0ea80e11
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const imageBase64 = Buffer.from(
|
|||
'base64'
|
||||
);
|
||||
|
||||
describe('PdfMaker', () => {
|
||||
describe.only('PdfMaker', () => {
|
||||
let layout: ReturnType<typeof createMockLayout>;
|
||||
let pdf: PdfMaker;
|
||||
let logger: ReturnType<typeof loggingSystemMock.createLogger>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue