Skip to content

Commit 998e90e

Browse files
PivotGrid: Add Jest globals import to utils.test.ts
1 parent 2f99ea5 commit 998e90e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/devextreme/js/__internal/grids/pivot_grid/field_chooser

packages/devextreme/js/__internal/grids/pivot_grid/field_chooser/utils.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { describe, expect, it } from '@jest/globals';
2+
13
import { shouldCancelDragging } from './utils';
24

35
describe('shouldCancelDragging', () => {

0 commit comments

Comments
 (0)