We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec42549 commit f487dadCopy full SHA for f487dad
src/components/tree.test.ts
@@ -7,8 +7,9 @@
7
8
import { ElementType } from '@gridsuite/commons-ui';
9
import { updatedTree } from './treeview-utils';
10
+import { NIL as NIL_UUID } from 'uuid';
11
-jest.mock('uuid', () => ({ v4: () => '00000000-0000-0000-0000-000000000000' }));
12
+jest.mock('uuid', () => ({ v4: () => NIL_UUID }));
13
14
const otherProperties = {
15
description: 'desc',
0 commit comments