Skip to content

Commit d6d8093

Browse files
committed
remove unused import
1 parent 4f7d5bb commit d6d8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/tests/unit/dataProtectorSharing/consumeProtectedData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it, jest } from '@jest/globals';
1+
import { describe, expect, it } from '@jest/globals';
22
import { ValidationError } from 'yup';
33
import { consumeProtectedData } from '../../../src/lib/dataProtectorSharing/consumeProtectedData.js';
44
import { getRandomAddress, getRequiredFieldMessage } from '../../test-utils.js';

0 commit comments

Comments
 (0)