Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aibcmars committed Nov 4, 2020
1 parent f9d965b commit 2253da0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/performance/bpmn.load.performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe.each([1, 2, 3, 4, 5])('diagram navigation performance', run => {

const fileName = 'B.2.0';

it.each([1])(`ctrl + mouse: check performance while performing zoom in and zoom out [%s times]`, async (xTimes: number) => {
it.each([1])(`ctrl + mouse: check performance while performing zoom in and zoom out [%s times]`, async () => {
const metricsStart = await page.metrics();
const bpmnDiagramPreparation = new BpmnDiagramPreparation(new Map([['B.2.0', BpmnLoadMethod.Url]]), { name: 'navigation-diagram', queryParams: [] }, 'performance');
const pageTester = new PageTester(bpmnDiagramPreparation, 'bpmn-viewport', 'BPMN Visualization - Diagram Navigation');
Expand Down
1 change: 0 additions & 1 deletion test/e2e/performance/bpmn.navigation.performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
import { BpmnDiagramPreparation, BpmnLoadMethod, delay, getSimplePlatformName, PageTester } from '../helpers/visu-utils';
import { calculateMetrics, ChartData, PerformanceMetric } from '../helpers/perf-utils';
import { Mouse } from 'puppeteer';
import * as fs from 'fs';

const platform = getSimplePlatformName();
Expand Down

0 comments on commit 2253da0

Please sign in to comment.