test: add mutex to clipboard copy & paste operation to reduce flaky (#11884)

This commit is contained in:
Brooooooklyn
2025-04-22 11:02:29 +00:00
parent 4fd468c46f
commit bfd3c64615
10 changed files with 32 additions and 28 deletions

View File

@@ -1209,7 +1209,11 @@ export const PackageList = [
{
location: 'tests/kit',
name: '@affine-test/kit',
workspaceDependencies: ['tools/utils', 'blocksuite/affine/all'],
workspaceDependencies: [
'tools/utils',
'blocksuite/affine/all',
'packages/common/infra',
],
},
{
location: 'tools/@types/build-config',