1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Resolves #12283: Server: Add fuzzer for detecting sync bugs (#12592)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Henry Heino
2025-07-07 08:07:27 -07:00
committed by GitHub
parent 5d1a055d2a
commit a6d5eb9b8e
26 changed files with 1531 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import { execCommand } from '@joplin/utils';
import waitForCliInput from '../utils/waitForCliInput';
import { copy } from 'fs-extra';
import { join } from 'path';
import { waitForCliInput } from '@joplin/utils/cli';
import buildDefaultPlugins from '../buildDefaultPlugins';
import getPathToPatchFileFor from '../utils/getPathToPatchFileFor';