mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
test: add mutex to clipboard copy & paste operation to reduce flaky (#11884)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user