Skip to content

Commit 16f4976

Browse files
committed
[DataTables] Run format
1 parent 0b48b0c commit 16f4976

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/DataTables/assets/test/controller.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import { Application } from '@hotwired/stimulus';
1111
import { waitFor } from '@testing-library/dom';
1212
import DataTableController from '../src/controller';
1313

14-
const startDataTableTest = async (tableHtml: string): Promise<{ table: HTMLTableElement; dataTable: DataTable<any> }> => {
14+
const startDataTableTest = async (
15+
tableHtml: string
16+
): Promise<{ table: HTMLTableElement; dataTable: DataTable<any> }> => {
1517
let dataTable: DataTable<any> | null = null;
1618

1719
document.body.addEventListener('datatables:pre-connect', () => {
@@ -78,4 +80,4 @@ describe('DataTableController', () => {
7880
['Jane', 'Smith'],
7981
]);
8082
});
81-
});
83+
});

0 commit comments

Comments
 (0)